Skip to content

Commit

Permalink
Readme formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jun 30, 2016
1 parent f9ce44c commit 15990ee
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 @@ -142,7 +142,7 @@ public function login() {
}
```

__Note:__ When your action calls $this->Auth->identify() the method may not return.
__Note:__ When your action calls `$this->Auth->identify()` the method may not return.
The authenticator may need to redirect to the provider's site to complete the
identification procedure. It's important not to implement any important business
logic that depends upon the `identify()` method returning.
Expand Down

0 comments on commit 15990ee

Please sign in to comment.