diff --git a/README.md b/README.md index c05d717..b25ef85 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index d4641ce..7072f2a 100644 --- a/package.json +++ b/package.json @@ -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": {