From c0805c17536ab0fca7c0a1e97c255d800536b77f Mon Sep 17 00:00:00 2001 From: TylorS Date: Wed, 9 Dec 2015 09:05:57 -0500 Subject: [PATCH] docs(README): various fixes Proper usage of English. Thanks @Frikki Removes unnecessary lines Closes #15 --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 889cd2b..d963f8e 100644 --- a/README.md +++ b/README.md @@ -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 `
` this is how it will look after being patched. +For Example, Given the view `h1('Hello, World!')` being patched to `
`, this is how it will look after being patched: ```html
@@ -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 @@ -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).