Skip to content

Commit f60d6bc

Browse files
ivanzuskohuwshimi
authored andcommitted
fix(readme): replace semicolon with colon symbols
1 parent e67ae33 commit f60d6bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@ You might want to:
4141

4242
You may wish to link this library directly to your projects while developing locally.
4343

44-
You can do this by cloning this repo to your local workspace;
44+
You can do this by cloning this repo to your local workspace:
4545

4646
```shell
4747
git clone https://github.com/canonical/react-components
4848
```
4949

50-
If you then drop into that folder and run;
50+
If you then drop into that folder and run:
5151

5252
```shell
5353
yarn run link-packages
5454
```
5555

5656
...this will add this project, `react` and `react-dom` to a local yarn registry.
5757

58-
Switching back to the project you are developing, run;
58+
Switching back to the project you are developing, run:
5959

6060
```shell
6161
yarn install
@@ -66,7 +66,7 @@ yarn link @canonical/react-components
6666

6767
...to pull the linked deps from the local registry. If you now run `yarn build-watch` in your `react-components` folder, your project should pick up any changes on refresh or hot module reload.
6868

69-
**Note:** When you're finished working locally - don't forget to go back and unlink;
69+
**Note:** When you're finished working locally - don't forget to go back and unlink:
7070

7171
```
7272
cd react-components

0 commit comments

Comments
 (0)