We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef5fe6 commit 17739ccCopy full SHA for 17739cc
README.md
@@ -1,4 +1,4 @@
1
-# React Pusher HOC
+
2
3
[](https://badge.fury.io/js/react-pusher-hoc)
4
[](https://travis-ci.org/fel1xw/react-pusher-hoc)
@@ -9,8 +9,10 @@
9
[](https://unpkg.com/react-pusher-hoc@latest/dist/index.js)
10
11
## Install
12
-```bash
13
-npm i -S react-pusher-hoc
+```sh
+npm install react-pusher-hoc --save
14
+# or
15
+yarn add react-pusher-hoc
16
```
17
18
## Usage
0 commit comments