From 3dab54a599cd6954cbd69126d0225b7c9cba2727 Mon Sep 17 00:00:00 2001 From: Brad Vogel Date: Fri, 5 Mar 2021 16:39:35 -0500 Subject: [PATCH] docs: fix readme instructions on how to run examples --- example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/README.md b/example/README.md index 0836cc35..53ead1b3 100644 --- a/example/README.md +++ b/example/README.md @@ -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.