Small README.md fixes

Fixed some anchors and one typo.
This commit is contained in:
Jiří Bažant 2019-06-25 18:00:11 +02:00 committed by Noitidart
parent a3b46a0ba7
commit 5ff6f679ee
1 changed files with 3 additions and 3 deletions

View File

@ -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
@ -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!')