Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit e3521cd

Browse files
committed
chore(README)
1 parent 1ac5539 commit e3521cd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Then you should be set to go. Run `ionic cap run ios --livereload` to start the
8383
- at twitter developer site, add this callback url: `twittersdk://`
8484
- `[extra step]` in android case we need to tell Capacitor to initialise the plugin:
8585

86-
> on your `MainActivity.java` file add to the header `import cap.twitter.plugin.TwitterPlugin;` and then inside the init callback `add(TwitterPlugin.class);`
86+
> on your `MainActivity.java` file add `import cap.twitter.plugin.TwitterPlugin;` and then inside the init callback `add(TwitterPlugin.class);`
8787
8888
Now you should be set to go. Try `ionic cap run android --livereload` to start the server and play/debug it through Android Studio
8989

@@ -93,6 +93,10 @@ Now you should be set to go. Try `ionic cap run android --livereload` to start t
9393

9494
Check it out on the [sample app](https://github.com/stewwan/capacitor-twitter-example) using this plugin.
9595

96+
## You may also like
97+
98+
- [capacitor-fcm](https://github.com/stewwan/capacitor-fcm)
99+
96100
Follow me [@Twitter](https://twitter.com/StewanSilva)
97101

98102
Cheers 🍻

0 commit comments

Comments
 (0)