From ac9fae32dffbd4bcfc40bc0de4812d7d1f109a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Engels=C3=B8y=20Norum?= Date: Mon, 12 Sep 2016 18:52:13 +0200 Subject: [PATCH] Remove unnecessary line No number was involved in the framework selection process --- docs/quick-start.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index c780c766..23a2f3d1 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -28,7 +28,6 @@ First, we create a new swagger project and test a simple "hello world" API. restify sails ``` - Note: You must enter the number of the option. 5. swagger creates a skeleton project that's pre-configured to use your selected framework (in this example, Express). It then runs `npm install` to pick up the dependencies.