Skip to content

Commit

Permalink
better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Feb 12, 2017
1 parent eaefddd commit 56456c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

An easy way to bind or react to properties change.

It also works with `input` elements and their `value` too.
It also works with `input` elements and their `value`, `checked`, or `disabled` too.

```js
const watcher = wrist.watch(
Expand Down Expand Up @@ -31,6 +31,8 @@ Dual bindings do not interfere with each other.

[Live test page](https://webreflection.github.io/wrist/test/).

[Related post](https://medium.com/@WebReflection/js-dom-data-bindings-in-2017-1545f38cfdc8#.s69edll9v).

- - -

(C) 2017 Andrea Giammarchi - MIT Style License

0 comments on commit 56456c7

Please sign in to comment.