Skip to content

Commit 9bde70b

Browse files
committedJan 8, 2023
Update README
1 parent f3ba967 commit 9bde70b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To run a stress test with `pandoras-box`, you will need to have Node.js and npm
2020
1. Install `pandoras-box` using npm / yarn:
2121

2222
```bash
23-
npm install -g @madz-lab/pandoras-box
23+
npm install -g pandoras-box
2424
```
2525

2626
2. Run the stress test by specifying the options for the test:

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@madz-lab/pandoras-box",
2+
"name": "pandoras-box",
33
"version": "1.1.0",
44
"description": "A small and simple stress testing tool for Ethereum-compatible blockchain networks",
55
"main": "./bin/index.js",

0 commit comments

Comments
 (0)