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

Commit

Permalink
update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
samsel committed Oct 29, 2015
1 parent 254b268 commit 4dd297d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.5.0 (Oct 28 2015)
## 2.5.0 (Oct 29 2015)

* Throw an error only if peer dependency is not installed and is really required (https://github.com/paypal/react-engine/pull/98)

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

### Install
```sh
npm install react-engine --save
# react-engine needs to be installed along side react, express and optionally react-router
npm install react-engine@2 express [email protected] [email protected] --save
```

### Usage On Server Side
Expand Down

0 comments on commit 4dd297d

Please sign in to comment.