Skip to content

Commit

Permalink
Merge pull request #2870 from maxaleks/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
vbaranov committed Nov 22, 2019
2 parents 896dc1e + e09aff2 commit 8fd4eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/block_scout_web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This is a tool for inspecting and analyzing the POA Network blockchain from a we
To get BlockScout Web interface up and running locally:

* Setup `../explorer`
* Set up some default configuration with: `$ cp config/dev.secret.exs.example config/dev.secret.esx`
* Set up some default configuration with: `$ cp config/dev.secret.exs.example config/dev.secret.exs`
* Install Node.js dependencies with `$ cd assets && npm install && cd ..`
* Start Phoenix with `$ mix phx.server` (This can be run from this directory or the project root: the project root is recommended.)

Expand Down

0 comments on commit 8fd4eee

Please sign in to comment.