From ea8160141155d0974757d3afdc1254b291a41739 Mon Sep 17 00:00:00 2001 From: xgqfrms Date: Fri, 11 May 2018 16:43:57 +0800 Subject: [PATCH] hello-world --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1277ee41..7f8dc52a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ $ swagger project create hello-world The interactive, browser-based [Swagger Editor](http://editor.swagger.io/) is built in. It provides Swagger 2.0 validation and endpoint routing, generates docs on the fly, and consumes easy-to-read YAML. ```bash -$ swagger project edit +$ swagger project edit hello-world ``` ![screenshot of project editor](./docs/images/project-editor.png) @@ -68,7 +68,7 @@ The `operationId` element specifies which controller function to call. In this c Run the project server. ```bash -$ swagger project start +$ swagger project start hello-world ``` ## Now, call the API!