Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
itinance committed May 20, 2017
1 parent 0754525 commit 8d31038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ yield call(getCurrentPosition)

The received data is the same as from [navigator.geolocation.getCurrentPosition](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/getCurrentPosition).

We can listen to the event in our reducers per "REDUX-SAGA-LOCATION-SET-POSITION", while errors can be detected with "REDUX-SAGA-LOCATION-SET-ERROR".
We can listen to the event in our reducers per "REDUX_SAGA_LOCATION_SET_POSITION", while errors can be detected with "REDUX_SAGA_LOCATION_SET_ERROR".

If we want to use constans for the actions, we can import them with:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-saga-location",
"version": "1.0.4",
"version": "1.0.5",
"description": "Location-support for reduy-saga",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8d31038

Please sign in to comment.