Skip to content

Commit

Permalink
Merge pull request #5 from aaronlamz/dev
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
aaronlamz authored Aug 22, 2024
2 parents 3dc7bab + 34e2d22 commit 0996e9e
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 @@ -21,13 +21,13 @@
You can install `navpress` globally via npm:

```bash
npm install -g navpress
npm install -g navpress@1.0.0-beta.5
```

Or install it locally in your project:

```bash
npm install navpress --save-dev
npm install navpress@1.0.0-beta.5 --save-dev
```

## Quick Start
Expand Down

0 comments on commit 0996e9e

Please sign in to comment.