From 1898e9ed4996dd06153e9920cc04856640efd57a Mon Sep 17 00:00:00 2001 From: Stewan Date: Sun, 31 Mar 2019 15:17:41 -0300 Subject: [PATCH] fix(README): typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b17f429..c697196 100644 --- a/README.md +++ b/README.md @@ -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`.