Skip to content

Commit

Permalink
Update README.md regarding hyperscript-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Medeiros committed Jan 5, 2016
1 parent 532e231 commit 5d909ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ A collection of Cycle drivers to enable interaction with the DOM. It includes a

## Browser support

[![Sauce Test Status](https://saucelabs.com/browser-matrix/cyclejs-dom.svg)](https://saucelabs.com/u/cyclejs-dom)

## Resources
These are the browsers we officially support currently. Cycle.js may not work (or work partially) in other browsers.

- [Hyperscript-helpers](https://www.npmjs.com/package/hyperscript-helpers) come packaged with Cycle Dom, create virtual DOM elements with `div({className: 'wrapper'}, [ h1('Header') ])` instead of `h('div.wrapper', [ h('h1', 'Header') ])`.
[![Sauce Test Status](https://saucelabs.com/browser-matrix/cyclejs-dom.svg)](https://saucelabs.com/u/cyclejs-dom)

## LICENSE

Expand Down

0 comments on commit 5d909ae

Please sign in to comment.