Edits to readme

This commit is contained in:
Yousef Hamza 2016-10-13 12:37:33 +02:00
parent 5eae54049e
commit 0d57594bd7

View File

@ -39,7 +39,7 @@ import Instabug from'instabug-reactnative';
class testApp extends Component {
constructor() {
super();
Instabug.startWithToken('0f0dc916bd9175e3b5d2fdf0cfa49a69', Instabug.constants.invocationEvent.floatingButton);
Instabug.startWithToken('YOUR_TOKEN', Instabug.constants.invocationEvent.floatingButton);
}
...
}