From 9b8ee42f79b1e4168477de85a625507902f1cd5c Mon Sep 17 00:00:00 2001 From: batjko Date: Mon, 21 Jul 2014 15:05:11 +0100 Subject: [PATCH] :lipstick: --- docs/tutorial/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/quick-start.md b/docs/tutorial/quick-start.md index 135f854e9218..84e41f08cd78 100644 --- a/docs/tutorial/quick-start.md +++ b/docs/tutorial/quick-start.md @@ -51,7 +51,7 @@ your-app/ └── index.html ``` -The format of `package.json` is exactly the same as with Node's modules, and the +The format of `package.json` is exactly the same as that of Node's modules, and the script specified by the `main` field is the startup script of your app, which will run on the browser side. An example of your `package.json` might look like this: