Skip to content

Commit

Permalink
fix README dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Hug committed Jan 22, 2016
1 parent cf7b8b0 commit e041abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ Node values can be any of the following:
- **string or number:** renders a text node
- **DOM node without parent:** renders the existing node
- **array of node values:** renders a document fragment
- **"snoopable" function ([Snoopy](#get-live-dom-updates) makes this easy):**
- **"snoopable" function ([Snoopy](#get-live-dom-updates-with-snoopy) makes this easy):**
1. should accept a callback
2. call it right away passing a node value
3. call it again whenever the node value should change


### element properties
These are the properties available for plain object [node values](#node-values). All are optional. If `el` is unspecified, the element type defaults to 'div'.
These are the properties available for plain object [node values](#node-values) for rendering elements. All are optional. If `el` is unspecified, the element type defaults to 'div'.

- `el` (string): element type
- `kids` (array of [node values](#node-values)): child nodes to append
Expand Down

0 comments on commit e041abf

Please sign in to comment.