We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba5382 commit ea6ed49Copy full SHA for ea6ed49
README.md
@@ -11,7 +11,7 @@ Redux middleware for fetching data with axios HTTP client
11
npm i -S redux-axios-middleware
12
```
13
14
-> You can also use in browser via `<script src="https://unpkg.com/redux-axios-middleware@3.1.0/dist/bundle.js"></script>`,
+> You can also use in browser via `<script src="https://unpkg.com/redux-axios-middleware/dist/bundle.js"></script>`,
15
the package will be available under namespace `ReduxAxiosMiddleware`
16
17
## How to use?
0 commit comments