From 40c5d29b98af7063b29c9331c1cc12e53e10bf5f Mon Sep 17 00:00:00 2001 From: Alexander Harkness <me@bearbin.net> Date: Sat, 12 Oct 2019 12:30:49 +0100 Subject: [PATCH] Remove extra `run` in start command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7477403..e4f0eb1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ CRDT-based p2p Drawing Application ### Run the server ``` -> npm run start +> npm start ``` ### Open in browser -- GitLab