Skip to content

Commit

Permalink
Fixed header format in README
Browse files Browse the repository at this point in the history
  • Loading branch information
wongcain authored Feb 11, 2017
1 parent 7dc1283 commit 17a5056
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 @@ -140,7 +140,7 @@ okuki.removeGlobalListener(logListener);
```

## Error Handling
### Error Handling
In addition to `onPlace(Place)` each of the Listeners also implements an `onError(Exception e)` method.
The default behavior of this method is to throw a Runtime exception. It is recommended that you
override this behavior in your Listener implementations. If using `RxOkuki`, exceptions are delegated
Expand Down

0 comments on commit 17a5056

Please sign in to comment.