Skip to content

Commit

Permalink
Small README.md fixes
Browse files Browse the repository at this point in the history
Fixed some anchors and one typo.
  • Loading branch information
jbazant authored and Noitidart committed Jun 25, 2019
1 parent a3b46a0 commit 5ff6f67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ An Android only module for Material Design dialogs. This is a wrapper over [afol
- [Without auto-dismiss](#without-auto-dismiss)
- [Checklist](#checklist)
- [With clear list button](#with-clear-list-button)
- [Prompt](#prompt)
- [Prompt](#prompt-1)
- [HTML](#html)
- [assignDefaults](#assigndefaults)
- [assignDefaults](#assigndefaults-1)
- [Contributors](#contributors)

### Installation
Expand Down Expand Up @@ -146,7 +146,7 @@ Follow these steps if automatic linking (`react-native link`) failed.
console.log('negative!')
break;
case DialogAndroid.actionNeutral:
console.log('netural!')
console.log('neutral!')
break;
case DialogAndroid.actionDismiss:
console.log('dismissed!')
Expand Down

0 comments on commit 5ff6f67

Please sign in to comment.