Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
fix: Typo on README (#267)
Browse files Browse the repository at this point in the history
* fix: Typo on README

* Update README.md

Co-authored-by: Ademola <ooade96@gmail.com>
  • Loading branch information
sarscoder and ooade committed Aug 10, 2020
1 parent 17ddb65 commit 029e992
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Expand Up @@ -13,11 +13,18 @@

## Installation

#### npm

```sh
npm add react-rough roughjs
```
or
#### yarn
```sh
- npm add react-rough
- npm add roughjs
yarn add react-rough roughjs
```


### Render a Rectangle on a canvas element

```js
Expand Down

0 comments on commit 029e992

Please sign in to comment.