Skip to content

Commit

Permalink
fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Mar 8, 2014
1 parent 9c14369 commit 083942d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ to implement a custom solution:

```js
App.LoginController = Ember.Controller.extend(EmberSimpleAuth.AuthenticationControllerMixin, {
authenticator: 'app:authenticators:custom',
authenticatorFactory: 'app:authenticators:custom',
actions: {
authenticate: function() {
var options =// some options that the authenticator uses
Expand Down

0 comments on commit 083942d

Please sign in to comment.