From e7bd37590fb854f0308f66a0cd3ee9f487ad0a81 Mon Sep 17 00:00:00 2001 From: J AKSHITHA <2400033206@kluniversity.in> Date: Thu, 27 Nov 2025 22:46:57 +0530 Subject: [PATCH] Fix markdown formatting and spacing inconsistencies in README Fixed #35224: Improved formatting consistency in documentation: - Added proper blank line before ## Installation heading for markdown compliance - Standardized section heading spacing - Ensured consistent markdown formatting throughout the README file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88f8e827b02..6659256b83c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ React is a JavaScript library for building user interfaces. * **Component-Based:** Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep the state out of the DOM. * **Learn Once, Write Anywhere:** We don't make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. React can also render on the server using [Node](https://nodejs.org/en) and power mobile apps using [React Native](https://reactnative.dev/). + [Learn how to use React in your project](https://react.dev/learn). ## Installation