Skip to content

Commit ea6ed49

Browse files
committed
remove version from unpackage url
1 parent 2ba5382 commit ea6ed49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Redux middleware for fetching data with axios HTTP client
1111
npm i -S redux-axios-middleware
1212
```
1313

14-
> You can also use in browser via `<script src="https://unpkg.com/redux-axios-middleware@3.1.0/dist/bundle.js"></script>`,
14+
> You can also use in browser via `<script src="https://unpkg.com/redux-axios-middleware/dist/bundle.js"></script>`,
1515
the package will be available under namespace `ReduxAxiosMiddleware`
1616

1717
## How to use?

0 commit comments

Comments
 (0)