Skip to content

Commit

Permalink
Merge pull request #336 from bee-queue/bradvogel-patch-1
Browse files Browse the repository at this point in the history
docs: fix readme instructions on how to run examples
  • Loading branch information
bradvogel authored Mar 8, 2021
2 parents 982bf6f + 3dab54a commit 10f242a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ This is a simple demonstration of how to run Arena and connect it to [Bee Queue]

## Running

`npm start:bee`
`npm run start:bee`

or

`npm start:bull`
`npm run start:bull`

Then open http://localhost:4735/ in your browser.

0 comments on commit 10f242a

Please sign in to comment.