From 22492b41dcb3aa45cf47daa514cae7a6ad12c01a Mon Sep 17 00:00:00 2001 From: sundowndev Date: Tue, 1 Jan 2019 18:31:14 +0100 Subject: [PATCH 1/2] Delete demo files --- .npmignore | 1 - demo/index.html | 43 ------------------------------------------- 2 files changed, 44 deletions(-) delete mode 100644 demo/index.html diff --git a/.npmignore b/.npmignore index d3cb6e0..ab3b638 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1 @@ /test/* -/demo/* diff --git a/demo/index.html b/demo/index.html deleted file mode 100644 index 0ac8094..0000000 --- a/demo/index.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - Leafeon demo - - - - - - - - From c5b1fdb9e377b0fd0ba8de6389ac08b510bdf2bf Mon Sep 17 00:00:00 2001 From: sundowndev Date: Tue, 1 Jan 2019 18:31:30 +0100 Subject: [PATCH 2/2] [Docs] Typo --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 00f5ab5..c96481c 100644 --- a/README.md +++ b/README.md @@ -160,9 +160,7 @@ leafeon.add('home', '/', function () { 2. Init the router ~~~html - +const leafeon = new leafeon.Router(); ~~~ 3. Create some routes and run the router