Skip to content

Commit eb846f2

Browse files
authored
npm badge moved to another line
1 parent 983f154 commit eb846f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# react-promise [![NPM badge](https://nodei.co/npm/react-promise.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/react-promise/)
1+
# react-promise
2+
[![NPM badge](https://nodei.co/npm/react-promise.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/react-promise/)
3+
24
a react.js component for general promise - no need for stateful component just to render a value hidden behind a promise or for a simple form.
35
Let's consider a trivial example: you have a promise such as this
46
```javascript

0 commit comments

Comments
 (0)