Update README.md

This commit is contained in:
Tobe O 2017-04-12 08:01:42 -04:00 committed by GitHub
parent fc450e7d26
commit 03f7ad1db0

View file

@ -18,5 +18,5 @@ provides a facility for this, which works perfectly with the default callback pr
in this package. in this package.
```dart ```dart
app.authenticate('facebook', new AngelAuthOptions(callback: confirmPopupAuthentication())); auth.authenticate('facebook', new AngelAuthOptions(callback: confirmPopupAuthentication()));
``` ```