Skip to content

Commit

Permalink
Fixing typo on readme.md (#71)
Browse files Browse the repository at this point in the history
* Fixing typo

* Bumping version
  • Loading branch information
thiagozanetti committed Feb 26, 2020
1 parent be34998 commit b8e1350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To run the example:
$ npm run example:start
```

And a new browser window will open at [http://localhost:8080](http://localhost:8080)
And a new browser window will open at [http://localhost:3000](http://localhost:3000)

### Properties

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl-currency-input",
"version": "0.2.1",
"version": "0.2.2",
"description": "A React component for i18n currency input using the Intl API.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit b8e1350

Please sign in to comment.