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.