Skip to content

Commit d114a8d

Browse files
Fixes issue sudheerj#31
1 parent db7ff55 commit d114a8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
|296| [How do you set default value for uncontrolled component?](#how-do-you-set-default-value-for-uncontrolled-component)|
313313
|297| [What is your favorite React stack?](#what-is-your-favorite-react-stack)|
314314
|298| [What is the difference between Real DOM and Virtual DOM?](#what-is-the-difference-between-real-dom-and-virtual-dom)|
315-
|299| [How to add a bootstrap for a react application?](#how-to-add-a-bootstrap-for-a-react-application)|
315+
|299| [How to add Bootstrap to a react application?](#how-to-add-bootstrap-to-react-application)|
316316
|300| [Can you list down top websites or applications using react as front end framework?](#can-you-list-down-top-websites-or-applications-using-react-as-front-end-framework)|
317317
|301| [Is it recommended to use CSS In JS technique in React?](#is-it-recommended-to-use-css-in-js-technique-in-react)|
318318
|302| [Do I need to rewrite all my class components with hooks?](#do-i-need-to-rewrite-all-my-class-components-with-hooks)|
@@ -5081,7 +5081,7 @@
50815081
| It causes too much of memory wastage | There is no memory wastage|
50825082
| Creates a new DOM if element updates | It updates the JSX if element update|
50835083
5084-
299. ### How to add a bootstrap for a react application?
5084+
299. ### How to add Bootstrap to a react application?
50855085
Bootstrap can be added to your React app in a three possible ways
50865086
1. Using the Bootstrap CDN:
50875087
This is the easiest way to add bootstrap. Add both bootstrap CSS and JS resources in a head tag.
@@ -5261,4 +5261,4 @@
52615261
// It will log a warning
52625262
<a href={companyProfile.website}>More details</a>
52635263
```
5264-
Remember that the future versions will throw an error for javascript URLs.
5264+
Remember that the future versions will throw an error for javascript URLs.

0 commit comments

Comments
 (0)