Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
Merge pull request #2 from eskimoblood/patch-1
Browse files Browse the repository at this point in the history
fix typo in Hot Module Replacement example
  • Loading branch information
sokra committed Aug 22, 2014
2 parents 2895984 + 3568033 commit cb4cae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ It automatically recompiles and refreshes the page when files are changed.
## Hot Module Replacement development server

``` text
npm run dev-server
npm run hot-dev-server
http://localhost:2992/
```

Expand Down

0 comments on commit cb4cae7

Please sign in to comment.