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

Commit 12c2e95

Browse files
committed
docs(readme): update command scripts to shell
1 parent 4a675b8 commit 12c2e95

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The missing components for [Blueprint](http://blueprintjs.com/).
1515

1616
Install Blueprint Components
1717

18-
```
18+
```shell
1919
yarn add blueprint-components
2020
```
2121

@@ -40,7 +40,7 @@ import { ButtonGroup, Label, Navbar, ... } from 'blueprint-components';
4040

4141
PR's are welcome. If you found a bug, typo, or just want to add new features or examples to docs, feel free to make a pull request.
4242

43-
```
43+
```shell
4444
git clone [email protected]:Landish/blueprint-components.git
4545
cd blueprint-components
4646
yarn
@@ -50,23 +50,23 @@ Once you've forked/cloned the repo, you can fix the bug, or add new feature.
5050

5151
If you need to open docs on local machine, run the following command:
5252

53-
```
53+
```shell
5454
yarn docs
5555
```
5656

5757
Then visit [http://localhost:6060/](http://localhost:6060/)
5858

5959
If you need to check the tests, run the command:
6060

61-
```
61+
```shell
6262
yarn test
6363
# Or run the tests in `watch` mode
6464
yarn test:watch
6565
```
6666

6767
After you've made your changes, add files to git stage with `git add <file(s)>` and then run the following command instead of `git commit -m "your message"`:
6868

69-
```
69+
```shell
7070
yarn cz
7171
```
7272

0 commit comments

Comments
 (0)