Skip to content

Commit

Permalink
Fixes README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubkottnauer committed Oct 9, 2015
1 parent 95aaa1b commit 4c9f04d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# react-kendo
# kendo-ui-react

[![npm version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
Expand Down Expand Up @@ -148,4 +148,6 @@ MIT
[npm-image]: https://img.shields.io/npm/v/kendo-ui-react.svg?style=flat-square
[npm-url]: https://npmjs.org/package/kendo-ui-react
[travis-image]: https://img.shields.io/travis/jakubkottnauer/kendo-ui-react.svg?style=flat-square
[travis-url]: https://travis-ci.org/jakubkottnauer/kendo-ui-react
[travis-url]: https://travis-ci.org/jakubkottnauer/kendo-ui-react
[daviddm-image]: http://img.shields.io/david/jakubkottnauer/kendo-ui-react.svg?style=flat-square
[daviddm-url]: https://david-dm.org/jakubkottnauer/kendo-ui-react
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"homepage": "https://github.com/jakubkottnauer/kendo-ui-react",
"peerDependencies": {
"react": ">=0.14.0",
"lodash": ">=3.0.0"
"react": "^0.14.0",
"lodash": "^3.0.0"
},
"devDependencies": {
"jsdom": "^3.1.2",
Expand Down

0 comments on commit 4c9f04d

Please sign in to comment.