Skip to content

Commit

Permalink
remove version from unpackage url
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaves committed Feb 17, 2017
1 parent 2ba5382 commit ea6ed49
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 @@ -11,7 +11,7 @@ Redux middleware for fetching data with axios HTTP client
npm i -S redux-axios-middleware
```

> 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>`,
the package will be available under namespace `ReduxAxiosMiddleware`

## How to use?
Expand Down

0 comments on commit ea6ed49

Please sign in to comment.