diff --git a/README.md b/README.md index fc8bbf6..278b6cd 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/package.json b/package.json index ce15bcb..4393389 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,6 @@ "bench": "./bench.sh" }, "devDependencies": { - "jsvu": "^1.9.3" + "jsvu": "^2.1.0" } }