Skip to content

Commit ea3dfdd

Browse files
committed
change package name in README
1 parent 18807d6 commit ea3dfdd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Ganache Toolbox is a simple CLI to fund a Ganache test account with relevant tok
1212
With `npm`
1313

1414
```bash
15-
npm install -g ganache-toolbox
15+
npm install -g @mycrypto/ganache-toolbox
1616
```
1717

1818
Alternatively you can use `npx` to use the CLI without installing it
1919

2020
```bash
21-
npx ganache-toolbox [...]
21+
npx @mycrypto/ganache-toolbox [...]
2222
```
2323

2424
## Usage
@@ -27,19 +27,19 @@ npx ganache-toolbox [...]
2727

2828
```bash
2929
# To fund your account with 100 of each tokens the CLI support
30-
ganache-toolbox --address [ your_address ] --instance [ instance_url ]
30+
@mycrypto/ganache-toolbox --address [ your_address ] --instance [ instance_url ]
3131
```
3232

3333
### Advanced usage
3434

3535
```bash
3636
# To fund your account with one of the supported tokens
37-
ganache-toolbox -address [ your_address ] --instance [ instance_url ] --token [ DAI | REP | LEND | GNT ]
37+
@mycrypto/ganache-toolbox -address [ your_address ] --instance [ instance_url ] --token [ DAI | REP | LEND | GNT ]
3838
```
3939

4040
```bash
4141
# Specify the amount of tokens you want to be funded.
42-
ganache-toolbox -address [ your_address ] --instance [ instance_url ] --amount [0...10000]
42+
@mycrypto/ganache-toolbox -address [ your_address ] --instance [ instance_url ] --amount [0...10000]
4343
```
4444

4545
### Skipping prompt
@@ -48,7 +48,7 @@ ganache-toolbox could ask you, if not used correctly, to correct your passed arg
4848

4949
```bash
5050
# To disable prompting
51-
ganache-toolbox --yes -address [ your_address ] --instance [ instance_url ]
51+
@mycrypto/ganache-toolbox --yes -address [ your_address ] --instance [ instance_url ]
5252
```
5353

5454
### Available flags

0 commit comments

Comments
 (0)