Skip to content

Commit 8607b83

Browse files
committed
Update README.md
Update urls from trakerr-io to trakerr-com
1 parent b4e9e26 commit 8607b83

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This will catch all errors using javascript's onerror and send them to trakerr.
2424
### NodeJS: 3-minute guide
2525
If 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

3030
If 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
209209
To 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
```
214214
without the angle brackets.
215215

216216
## Building from Source
217217
If 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

223223
or
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

229229
you 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

Comments
 (0)