From 652b6569a83ce35b6be85308d13e25b19ae69be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Vidic?= Date: Sun, 26 Jun 2016 20:37:06 -0700 Subject: [PATCH] `document` not used in form snippet --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1bc6cee..dd935bb 100644 --- a/README.md +++ b/README.md @@ -472,7 +472,6 @@ own][ws-reconnect] if you're building something for production. Forms and lists are probably the most used concepts on any page. Together with links they comprise most of what can be done on web pages. ```js -const document = require('global/document') const choo = require('choo') const http = require('choo/http') const app = choo()