Skip to content

Commit 17739cc

Browse files
author
fwostal
committed
doc/add-logo
1 parent 9ef5fe6 commit 17739cc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React Pusher HOC
1+
![logo](https://i.ibb.co/8MmP9pp/react-pusher-hoc-logo.png)
22

33
[![npm version](https://badge.fury.io/js/react-pusher-hoc.svg)](https://badge.fury.io/js/react-pusher-hoc)
44
[![Build Status](https://travis-ci.org/fel1xw/react-pusher-hoc.svg?branch=master)](https://travis-ci.org/fel1xw/react-pusher-hoc)
@@ -9,8 +9,10 @@
99
[![gzip size](http://img.badgesize.io/https://unpkg.com/react-pusher-hoc@latest/dist/index.js?compression=gzip)](https://unpkg.com/react-pusher-hoc@latest/dist/index.js)
1010

1111
## Install
12-
```bash
13-
npm i -S react-pusher-hoc
12+
```sh
13+
npm install react-pusher-hoc --save
14+
# or
15+
yarn add react-pusher-hoc
1416
```
1517

1618
## Usage

0 commit comments

Comments
 (0)