From 17fa492303bbe97eaa1a7e712a73d15aa0cd7368 Mon Sep 17 00:00:00 2001 From: neuroplastic Date: Thu, 10 Mar 2016 12:08:33 +0200 Subject: [PATCH] Update README.md - 'npm start' not present in package.json:scripts - amending instructions to 'npm test' - pubic api -> public api --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d16728d..48604bc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To run the test suite: ``` npm install -npm start +npm test ``` ### Help wanted. @@ -17,7 +17,7 @@ If you want to get involved, opening issues is a great way to start. You can als ### Next steps -* Create a pubic API that works well for all kinds of data. +* Create a public API that works well for all kinds of data. * Connect to PouchDB * Make a demo game