Skip to content

Commit

Permalink
fixes parenthetical placement
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed Jan 26, 2016
1 parent da5f154 commit f4945f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit f4945f4

Please sign in to comment.