Skip to content

Commit

Permalink
Correct small typo in README (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpassen committed Jul 28, 2023
1 parent b3a7473 commit 5d8a04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Install the latest version from clojars in your project.
Install JS dependencies:

```
npm init # initiliaze NPM project if necessary
npm init # initialize NPM project if necessary
npm i react react-refresh # install react, and react-refresh for hot reloading support (see docs)
npm i react-dom # install renderer. alternatives could be react-native, react-three-fiber, etc.
```
Expand Down

0 comments on commit 5d8a04c

Please sign in to comment.