From f4945f41c778d06f1c3762bb041f0f891974ec03 Mon Sep 17 00:00:00 2001 From: Nick Hehr Date: Tue, 26 Jan 2016 11:15:54 -0500 Subject: [PATCH] fixes parenthetical placement --- webserver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webserver.md b/webserver.md index 40345fd..2412d64 100644 --- a/webserver.md +++ b/webserver.md @@ -232,7 +232,7 @@ Open that file in the browser to see the UI for this web app. } {% endhighlight %} -In order to make code pushing more efficient, Tessel only pushes the entry point file and its Node dependencies by default. Since index.html is not included in this default push, we'll need to explicitly require it with a .tesselinclude file. (Read more about project files [here](https://tessel.io/docs/cli#usage)) +In order to make code pushing more efficient, Tessel only pushes the entry point file and its Node dependencies by default. Since index.html is not included in this default push, we'll need to explicitly require it with a .tesselinclude file (Read more about project files [here](https://tessel.io/docs/cli#usage)). Create a new file called `.tesselinclude` and copy and paste the following: