Skip to content

Commit

Permalink
docs: fix link for applyMiddleware (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamandrewluca authored Feb 10, 2020
1 parent d28ab03 commit 6cec396
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 @@ -147,7 +147,7 @@ npm install redux-thunk
```

Then, to enable Redux Thunk, use
[`applyMiddleware()`](https://redux.js.org/api-reference/applymiddleware):
[`applyMiddleware()`](https://redux.js.org/api/applymiddleware):

```js
import { createStore, applyMiddleware } from 'redux';
Expand Down

0 comments on commit 6cec396

Please sign in to comment.