Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit bc0eb3c

Browse files
authored
chore: align blocks
1 parent 47ea8ba commit bc0eb3c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ A library of reusable React components. For examples, take a look at our
1818

1919
1. From the command line inside of your project
2020

21-
npm install --save reactjs-components react react-gemini-scrollbar canvas-ui
21+
```
22+
npm install --save reactjs-components react react-gemini-scrollbar canvas-ui
23+
```
2224

2325
2. Import the component that you want to use
2426

@@ -30,7 +32,6 @@ A library of reusable React components. For examples, take a look at our
3032
var Modal = require('reactjs-components').Modal;
3133
```
3234

33-
3435
3. Use as if it was any other component
3536

3637
```js

0 commit comments

Comments
 (0)