@@ -24,7 +24,7 @@ This will catch all errors using javascript's onerror and send them to trakerr.
2424### NodeJS: 3-minute guide
2525If you use NPM, install as follows:
2626``` bash
27- npm install --only=prod --save trakerr-io /trakerr-javascript
27+ npm install --only=prod --save trakerr-com /trakerr-javascript
2828```
2929
3030If you use Bower, install as follows:
@@ -200,7 +200,7 @@ Name | Type | Description | Notes
200200
201201
202202## Documentation for AppEvent
203- - [TrakerrApi.AppEvent](https:// github.com/trakerr-io /trakerr-javascript/blob/master/generated/docs/AppEvent.md)
203+ - [TrakerrApi.AppEvent](https:// github.com/trakerr-com /trakerr-javascript/blob/master/generated/docs/AppEvent.md)
204204
205205## Developer dependencies
206206- [grunt.js](https:// gruntjs.com/) (if you want to build from source)
@@ -209,21 +209,21 @@ Name | Type | Description | Notes
209209To install off a branch which may have experimental features, you can use:
210210
211211```bash
212- npm install --only=prod --save trakerr-io /trakerr-javascript#<branch name>
212+ npm install --only=prod --save trakerr-com /trakerr-javascript#<branch name>
213213```
214214without the angle brackets.
215215
216216## Building from Source
217217If you want to build from source for the browser, use the following command:
218218
219219```bash
220- npm install [--save] trakerr-io /trakerr-javascript
220+ npm install [--save] trakerr-com /trakerr-javascript
221221```
222222
223223or
224224
225225```bash
226- npm install [--save] trakerr-io /trakerr-javascript#<branch name>
226+ npm install [--save] trakerr-com /trakerr-javascript#<branch name>
227227```
228228
229229you can then use grunt to compile your own minified version of the code. The grunt task we use can be executed with:
0 commit comments