From 49b7bd113177f2839e8a380e3eb156a183ecf9ae Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 14 Nov 2016 16:00:58 +0000 Subject: [PATCH] Ignore NPM logs --- .gitignore | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b6d846a..fa62c33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ public node_modules +npm-debug.log.* diff --git a/README.md b/README.md index aa38118..dbbd570 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A multiplayer chess game using Vue, VueX. ## Instructions -To get started, simply run the following command in your terminal... +To get started, simply run the following commands in your terminal... ```bash yarn install @@ -13,4 +13,4 @@ brunch watch -s ## License -This code is licensed under [MIT](), see [license.md](license.md) for details. +This code is licensed under MIT, see [license.md](LICENSE.md) for details.