Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Commit e6579fb

Browse files
fix(README): align
1 parent 10df19f commit e6579fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# Redux No Middleware Pattarn
2-
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
32

43
[![Greenkeeper badge](https://badges.greenkeeper.io/ryota-murakami/redux-no-middleware-pattarn.svg)](https://greenkeeper.io/)
54
[![CircleCI](https://circleci.com/gh/ryota-murakami/redux-no-middleware-pattarn.svg?style=svg)](https://circleci.com/gh/ryota-murakami/redux-no-middleware-pattarn)
65
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
76
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
87
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
98
[![codecov](https://codecov.io/gh/ryota-murakami/redux-no-middleware-pattarn/branch/master/graph/badge.svg)](https://codecov.io/gh/ryota-murakami/redux-no-middleware-pattarn)
9+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
1010

1111
> 🍷 write async logic without middleware in redux
1212
1313
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1414
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1515

1616
## What's this?
17-
Redux No Middleware Pattarn is code examole repository.
17+
Redux No Middleware Pattarn is code examole repository.
1818
it's a [create-react-app](https://github.com/facebook/create-react-app) based, please see [/src](https://github.com/ryota-murakami/redux-no-middleware-pattarn/tree/master/src) folder.
19-
also you could see [LIVE DEMO](https://hardcore-leavitt-db43ed.netlify.com/)💻
20-
with redux-devtools chrome extention on the page.
19+
20+
also you could see [LIVE DEMO](https://hardcore-leavitt-db43ed.netlify.com/)💻 with redux-devtools chrome extention on the page.
2121

2222
## Concept
2323
in 2018, Evolved JS syntax has capability of write as well smart async handling logic.
@@ -70,4 +70,4 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
7070
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
7171
7272
## License
73-
MIT
73+
MIT

0 commit comments

Comments
 (0)