Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

update for CLI demo command #562

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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!
Expand Down