Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMinton authored Dec 17, 2021
1 parent f68e524 commit 7f67d51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
3. **Compile your code**
You need to compile your react code, let's run:
You need to compile your code, let's run:
```
yarn build:development
Expand All @@ -24,10 +24,10 @@
yarn start
```
Your compiled code can be found in this repo.
Your compiled code can be found in the specific folder for the visualization in the dist folder.
4. **Finalize and distribute your code**
You need to compile your react code, let's run:
You need to compile your code, let's run:
```
yarn build:production
Expand Down

0 comments on commit 7f67d51

Please sign in to comment.