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

docs: remove rc release reference from README #2114

Merged
merged 1 commit into from
Jan 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/packages/ganache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Listening on 127.0.0.1:8545
To install Ganache into an npm project, run:

```console
$ npm install ganache@rc
$ npm install ganache
```

You can then add Ganache to your package.json scripts:
Expand Down