From 02126e3bc1b9e7f9afd4d9d08bf22f9ca43d1e34 Mon Sep 17 00:00:00 2001 From: emilyJLin95 <17280653+emilyJLin95@users.noreply.github.com> Date: Mon, 26 Sep 2022 11:32:54 -0700 Subject: [PATCH] Update README.md Make it clearer that we are running ganache inside npm --- src/packages/ganache/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/packages/ganache/README.md b/src/packages/ganache/README.md index f676746791..0db3fd476e 100644 --- a/src/packages/ganache/README.md +++ b/src/packages/ganache/README.md @@ -60,7 +60,12 @@ In case you're upgrading from a previous version of Ganache, we've also written Once installed globally, you can start ganache right from your command line: ```console -$ ganache +ganache +``` + +Your output should look something like this: + +``` Ganache CLI v6.12.1 (ganache-core: 2.13.1) Available Accounts @@ -109,7 +114,9 @@ Call Gas Limit Listening on 127.0.0.1:8545 ``` -To install Ganache into an npm project, run: +### NPM project use + +If you want to install Ganache into an npm project, run: ```console $ npm install ganache