Skip to content

Commit 71271e1

Browse files
author
Anirudh S
committed
README: Modifying instructions - showHelp instead of showGear
The instructions were incorrectly referring to the API as showGear() instead of showHelp().
1 parent a830864 commit 71271e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ The token can be found in your Zendesk account under Settings > Channels > API.
215215
216216

217217
#### Step 2 - Entry point in UI:
218-
Add a clickable item (probably a button) in your UI, wherever appropriate. Set a *click listener* to it. Within the *click listener*, use the **showGear** API to open up the HelpStack UI:
218+
Add a clickable item (probably a button) in your UI, wherever appropriate. Set a *click listener* to it. Within the *click listener*, use the **showHelp** API to open up the HelpStack UI:
219219

220-
HSHelpStack.getInstance(getActivity()).showGear(getActivity());
220+
HSHelpStack.getInstance(getActivity()).showHelp(getActivity());
221221

222222

223223
#### Step 3 - Theming/Skinning:

0 commit comments

Comments
 (0)