Skip to content

Commit b0fadc8

Browse files
Point Email gear to documentation in Wiki
1 parent c4f13e2 commit b0fadc8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Create a custom *Application* class which extends the **Application** class. Be
6868

6969
Obtain the necessary credentials for the gear of your choice and create a suitable Gear object. Set the Gear object with *HSHelpStack* instance only once.
7070

71-
##### i. <Gear>
71+
##### Setting the <Gear>
7272

7373
public class HSApplication extends Application {
7474
HSHelpStack helpStack;
@@ -91,13 +91,7 @@ Obtain the necessary credentials for the gear of your choice and create a suitab
9191
- [Zendesk gear](https://github.com/happyfoxinc/helpstack-android/wiki/Configuring-gears-for-HelpStack#ii-zendesk)
9292
- [Desk gear](https://github.com/happyfoxinc/helpstack-android/wiki/Configuring-gears-for-HelpStack#iii-desk)
9393

94-
##### ii. Email:
95-
*Email address* and *Articles in xml format*
96-
97-
98-
HSEmailGear emailGear = new HSEmailGear(
99-
"example@happyfox.com",
100-
R.xml.articles);
94+
- [Email gear](https://github.com/happyfoxinc/helpstack-android/wiki/Configuring-gears-for-HelpStack#iv-email)
10195

10296

10397
#### Step 2 - Entry point in UI:

0 commit comments

Comments
 (0)