Skip to content

Commit

Permalink
README: Use 0.1.* constraint instead of 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igorw committed Jul 11, 2012
1 parent 1edb65b commit 83504aa
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 @@ -11,7 +11,7 @@ The recommended way to install react is [through composer](http://getcomposer.or
```JSON
{
"require": {
"react/react": "0.1.0"
"react/react": "0.1.*"
}
}
```
Expand Down

0 comments on commit 83504aa

Please sign in to comment.