@@ -28,7 +28,7 @@ The purpose of this module is to **get connected** and **start streaming** as fa
2828 4 . [ Constants] ( #constants )
29296 . [ Interfacing With Other Tools] ( #interfacing-with-other-tools )
30307 . [ Developing] ( #developing )
31- 8 . [ Testing] ( #testing )
31+ 8 . [ Testing] ( #developing- testing )
32329 . [ Contribute] ( #contribute )
333310 . [ License] ( #license )
343411 . [ Roadmap] ( #roadmap )
@@ -846,7 +846,7 @@ To leave simulate mode.
846846
847847### <a name="method-sntp"></a> .sntp
848848
849- Extends the popular STNP package on [npmjs](https://www.npmjs.com/package/sntp)
849+ Extends the popular SNTP package on [npmjs](https://www.npmjs.com/package/sntp)
850850
851851### <a name="method-sntp-get-offset"></a> .sntpGetOffset()
852852
@@ -1166,13 +1166,14 @@ npm test
11661166## <a name="contribute"></a> Contribute:
11671167
116811681. Fork it!
1169+ 2. Branch off of ` development` : ` git checkout development`
116911702. Create your feature branch: ` git checkout - b my- new - feature`
117011713. Make changes
117111724. If adding a feature, please add test coverage.
117211735. Ensure tests all pass. (` npm test` )
117311746. Commit your changes: ` git commit - m ' Add some feature' `
117411757. Push to the branch: ` git push origin my- new - feature`
1175- 8. Submit a pull request :D
1176+ 8. Submit a pull request. Make sure it is based off of the ` development ` branch when submitting! :D
11761177
11771178## <a name="license"></a> License:
11781179
0 commit comments