Skip to content

Commit

Permalink
Update instructions per latest jsvu
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Aug 11, 2023
1 parent f4ba60b commit 83b10ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Clone this repository, and then run these commands:

```bash
npm install
export PATH="${HOME}/.jsvu:${PATH}"
export PATH="${HOME}/.jsvu/bin:${PATH}"
npm run bench
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"bench": "./bench.sh"
},
"devDependencies": {
"jsvu": "^1.9.3"
"jsvu": "^2.1.0"
}
}

0 comments on commit 83b10ac

Please sign in to comment.