Rename STYLE_GUIDE.md to STYLE.md
This commit is contained in:
parent
3d4c46a32f
commit
be14b016de
@ -30,7 +30,7 @@ pull request will be rejected.
|
|||||||
- Remember that you can also [close][close] the issue with this message.
|
- Remember that you can also [close][close] the issue with this message.
|
||||||
8. Submit a pull request.
|
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
|
[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
|
[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/
|
[close]: https://help.github.com/articles/closing-issues-via-commit-messages/
|
||||||
|
|||||||
10
README.md
10
README.md
@ -1,4 +1,4 @@
|
|||||||
# peer-calls
|
# Peer Calls
|
||||||
|
|
||||||
[](https://travis-ci.org/jeremija/peer-calls)
|
[](https://travis-ci.org/jeremija/peer-calls)
|
||||||
|
|
||||||
@ -28,11 +28,15 @@ http://192.168.0.10:3000
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
make test
|
npm test
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `192.168.0.10` with the LAN IP address of your server.
|
Replace `192.168.0.10` with the LAN IP address of your server.
|
||||||
|
|
||||||
# license
|
# Contributing
|
||||||
|
|
||||||
|
See [contributing][CONTRIBUTING.md].
|
||||||
|
|
||||||
|
# License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user