Skip to content

Commit

Permalink
docs(README): various fixes
Browse files Browse the repository at this point in the history
Proper usage of English. Thanks @Frikki
Removes unnecessary lines

Closes #15
  • Loading branch information
TylorS committed Dec 9, 2015
1 parent 3ebc229 commit c0805c1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ first to discover the differences between Matt Esch's *Virtual-DOM*.

A less obvious difference is how this driver patches the DOM.

For Example - Given the view `h1('Hello, World!')` being patched to `<div id='#app'></div>` this is how it will look after being patched.
For Example, Given the view `h1('Hello, World!')` being patched to `<div id='#app'></div>`, this is how it will look after being patched:
```html
<!-- Cycle-DOM -->
<div id='#app'>
Expand Down Expand Up @@ -91,7 +91,7 @@ makeDOMDriver('#app', [
import {h} from '@motorcycle/dom'
```

For more information on how to use `h()` please refer to the original documentation - https://github.com/paldepind/snabbdom#snabbdomh
For more information on how to use `h()`, please refer to the [original documentation](https://github.com/paldepind/snabbdom#snabbdomh).

### hyperscript-helpers

Expand All @@ -100,5 +100,4 @@ For more information on how to use `h()` please refer to the original documentat
import {div, h1, p} from '@motorcycle/dom'
```

For more information on how to use hyperscript-helpers -
https://github.com/ohanhi/hyperscript-helpers#how-to-use
For more information on [how to use hyperscript-helpers](https://github.com/ohanhi/hyperscript-helpers#how-to-use).

0 comments on commit c0805c1

Please sign in to comment.