Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesMerkt committed Feb 27, 2023
1 parent d242090 commit 378a319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ This library includes types and util functions that are reused in multiple coh3
- Add the package to the dependencies list in the project in the package.json file
```
"dependencies": {
"coh-stats-components": "github:cohstats/coh-stats-components#<ENTER TAG HERE>"
"coh3-data-types-library": "github:cohstats/coh3-data-types-library#<ENTER TAG HERE>"
}
```
e.g.
```
"dependencies": {
"coh-stats-components": "github:cohstats/coh-stats-components#0.0.1"
"coh3-data-types-library": "github:cohstats/coh3-data-types-library#0.0.1"
}
```
- Install the package with ``yarn``
Expand Down

0 comments on commit 378a319

Please sign in to comment.