Skip to content

Commit 3f4f3c9

Browse files
committed
Tweak the README verbiage
1 parent 654bbef commit 3f4f3c9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@ For more details, see [this comment](https://github.com/sparksuite/react-accessi
6060

6161
## Local development
6262

63-
To prep your just cloned, or just cleaned repository for local development, run `yarn dev`.
63+
To prep a just-cloned or just-cleaned repository for local development, run `yarn dev`.
6464

6565
To test the whole project, run `yarn test`.
6666

67-
To run the demo website locally, `cd ./demo && yarn start`.
67+
To run the demo website locally, run `cd ./demo && yarn start`.
6868

69-
To format the code, run `yarn format` at either the project root or within the demo directory.
69+
To format the code, run `yarn format` at either the project root or within the `./demo` directory.
70+
71+
To clean the repository (removes any programmatically generated files), run `yarn clean`.

0 commit comments

Comments
 (0)