Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrsjng committed Jun 5, 2016
1 parent 25bdadd commit 50a8e58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![license][license-img]][github] [![web][web-img]][web] [![github][github-img]][github] [![npm][npm-img]][npm]
[![version][npm-v-img]][npm] [![downloads][npm-dm-img]][npm] [![dependencies status][gemnasium-img]][gemnasium] [![build status][travis-img]][travis]

Dependency injection tool.
Dependency injection tool. Relies on the use of [ES6 Proxies][proxy].


## License
Expand Down Expand Up @@ -45,3 +45,5 @@ THE SOFTWARE.
[npm-dm-img]: https://img.shields.io/npm/dm/ghor.svg?style=flat-square
[gemnasium-img]: https://img.shields.io/gemnasium/lrsjng/ghor.svg?style=flat-square
[travis-img]: https://img.shields.io/travis/lrsjng/ghor.svg?style=flat-square

[proxy]: http://kangax.github.io/compat-table/es6/#test-Proxy
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghor",
"version": "0.1.0",
"version": "0.1.1",
"description": "Dependency injection tool.",
"homepage": "https://larsjung.de/ghor/",
"bugs": "https://github.com/lrsjng/ghor/issues",
Expand Down

0 comments on commit 50a8e58

Please sign in to comment.