Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit a18a0f1

Browse files
authored
docs: update README.md to clarify usage (#3723)
1 parent cc84f3f commit a18a0f1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/packages/ganache/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,12 @@ In case you're upgrading from a previous version of Ganache, we've also written
6060
Once installed globally, you can start ganache right from your command line:
6161

6262
```console
63-
$ ganache
63+
ganache
64+
```
65+
66+
Your output should look something like this:
67+
68+
```
6469
Ganache CLI v6.12.1 (ganache-core: 2.13.1)
6570
6671
Available Accounts
@@ -109,7 +114,9 @@ Call Gas Limit
109114
Listening on 127.0.0.1:8545
110115
```
111116

112-
To install Ganache into an npm project, run:
117+
### NPM project use
118+
119+
If you want to install Ganache into an npm project, run:
113120

114121
```console
115122
$ npm install ganache

0 commit comments

Comments
 (0)