Skip to content

Commit

Permalink
fix(README): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stewones committed Mar 31, 2019
1 parent 2dd958d commit 1898e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ intercom
- `npx cap open android`
- `[extra step]` in android case we need to tell Capacitor to initialise the plugin:

> on your `MainActivity.java` file add `import io.stewan.capacitor.fcm.IntercomPlugin;` and then inside the init callback `add(IntercomPlugin.class);`
> on your `MainActivity.java` file add `import io.stewan.capacitor.intercom.IntercomPlugin;` and then inside the init callback `add(IntercomPlugin.class);`
Now you should be set to go. Try to run your client using `ionic cap run android --livereload`.

Expand Down

0 comments on commit 1898e9e

Please sign in to comment.