Skip to content

Commit

Permalink
fix GitHub workflow badge URL (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoito committed Oct 21, 2023
1 parent 2d58546 commit 3eea8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Thunk [middleware](https://redux.js.org/tutorials/fundamentals/part-4-store#midd

For complete usage instructions and useful patterns, see the [Redux docs **Writing Logic with Thunks** page](https://redux.js.org/usage/writing-logic-thunks).

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/reduxjs/redux-thunk/Tests)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/reduxjs/redux-thunk/test.yml?branch=master)
[![npm version](https://img.shields.io/npm/v/redux-thunk.svg?style=flat-square)](https://www.npmjs.com/package/redux-thunk)
[![npm downloads](https://img.shields.io/npm/dm/redux-thunk.svg?style=flat-square)](https://www.npmjs.com/package/redux-thunk)

Expand Down

0 comments on commit 3eea8af

Please sign in to comment.