From fc3749e1a86241b60f9aaaedc70aa6fde133ace9 Mon Sep 17 00:00:00 2001 From: Jamen Marz Date: Sun, 29 Jan 2017 05:38:55 -0600 Subject: [PATCH 1/2] Add reference to snabby --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d408a1d..8dcadd5 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ performance, small size and all the features listed below. * Server-side HTML output provided by [snabbdom-to-html](https://github.com/acstll/snabbdom-to-html). * Compact virtual DOM creation with [snabbdom-helpers](https://github.com/krainboltgreene/snabbdom-helpers). + * Template string support using [snabby](https://github.com/jamen/snabby) ## Inline example From b39d1c9de9bfe44ddb18b32100a4d22756589a1e Mon Sep 17 00:00:00 2001 From: Jamen Marz Date: Sun, 29 Jan 2017 05:40:40 -0600 Subject: [PATCH 2/2] Punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dcadd5..78a210b 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ performance, small size and all the features listed below. * Server-side HTML output provided by [snabbdom-to-html](https://github.com/acstll/snabbdom-to-html). * Compact virtual DOM creation with [snabbdom-helpers](https://github.com/krainboltgreene/snabbdom-helpers). - * Template string support using [snabby](https://github.com/jamen/snabby) + * Template string support using [snabby](https://github.com/jamen/snabby). ## Inline example