Skip to content

Commit b0f5911

Browse files
authored
Merge pull request #92 from NeverBehave/patch-2
Fix: anchors in README.md
2 parents 12f9490 + 6a2c55c commit b0f5911

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
@@ -180,12 +180,12 @@ below are the options you can pass to create a toast
180180
-----|-----|-----|-----
181181
position|String|'top-right'|Position of the toast container <br> **['top-right', 'top-center', 'top-left', 'bottom-right', 'bottom-center', 'bottom-left']**
182182
duration|Number|null|Display time of the toast in millisecond
183-
action|Object, Array|null|Add single or multiple actions to toast [explained here](#actions)
183+
action|Object, Array|null|Add single or multiple actions to toast [explained here](#actions--fire)
184184
fullWidth|Boolean|false|Enable Full Width
185185
fitToScreen|Boolean|false|Fits to Screen on Full Width
186186
className|String, Array|null|Custom css class name of the toast
187187
containerClass|String, Array|null|Custom css classes for toast container
188-
Icon|String, Object|null|Material icon name as string. [explained here](#icons)
188+
Icon|String, Object|null|Material icon name as string. [explained here](#icons-fire)
189189
type|String|'default'| Type of the Toast **['success', 'info', 'error']**
190190
theme|String|'primary'|Theme of the toast you prefer<br> **['primary', 'outline', 'bubble']**
191191
onComplete|Function|null|Trigger when toast is completed

0 commit comments

Comments
 (0)