diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40fb1be..3f931e4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ pull request will be rejected. - Remember that you can also [close][close] the issue with this message. 8. Submit a pull request. - [style]: STYLE_GUIDE.md + [style]: STYLE.md [commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html [reference]: https://help.github.com/articles/autolinked-references-and-urls/#issues-and-pull-requests [close]: https://help.github.com/articles/closing-issues-via-commit-messages/ diff --git a/README.md b/README.md index da9168e..01cea3d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# peer-calls +# Peer Calls [![Build Status](https://travis-ci.org/jeremija/peer-calls.svg?branch=master)](https://travis-ci.org/jeremija/peer-calls) @@ -28,11 +28,15 @@ http://192.168.0.10:3000 ```bash npm install -make test +npm test ``` Replace `192.168.0.10` with the LAN IP address of your server. -# license +# Contributing + +See [contributing][CONTRIBUTING.md]. + +# License MIT diff --git a/STYLE_GUIDE.md b/STYLE.md similarity index 100% rename from STYLE_GUIDE.md rename to STYLE.md