Skip to content

Commit

Permalink
fix(readme): replace semicolon with colon symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzusko authored and huwshimi committed Aug 29, 2024
1 parent e67ae33 commit f60d6bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ You might want to:

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

You can do this by cloning this repo to your local workspace;
You can do this by cloning this repo to your local workspace:

```shell
git clone https://github.com/canonical/react-components
```

If you then drop into that folder and run;
If you then drop into that folder and run:

```shell
yarn run link-packages
```

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

Switching back to the project you are developing, run;
Switching back to the project you are developing, run:

```shell
yarn install
Expand All @@ -66,7 +66,7 @@ yarn link @canonical/react-components

...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.

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

```
cd react-components
Expand Down

0 comments on commit f60d6bc

Please sign in to comment.