Skip to content

Commit

Permalink
Update typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sbimochan committed Feb 19, 2019
1 parent 64a29a3 commit 8a8d8bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A very simple light weight react-component that animates your numbers.

## Installation

``` yarn add number-scroller``
``` yarn add number-scroller```

## Usage

Expand All @@ -23,4 +23,4 @@ const ScoreGrid = props => {
};

export default ScoreGrid;
```
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "number-scroller",
"version": "1.0.1",
"version": "1.0.2",
"description": "A very simple light weight react-component that animates your numbers.",
"main": "build/index.js",
"peerDependencies": {
Expand Down

0 comments on commit 8a8d8bf

Please sign in to comment.