From 281b351d427768890611c89e0943b105aac6e419 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Mon, 3 Apr 2017 03:53:17 +0200 Subject: [PATCH] fix nanoframework reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da0f103..3d6d635 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ Start the application. Returns a tree of DOM nodes that can be mounted using ### `app.toString(location, [state])` Render the application to a string. Useful for rendering on the server. -### `framework/html` +### `choo/html` Create DOM nodes from template string literals. Exposes [bel](https://github.com/shama/bel). Can be optimized using [yo-yoify][yo-yoify].