Update getting-started-with-NSwag.md (#16036)

* Update getting-started-with-NSwag.md

* Update getting-started-with-NSwag.md
pull/16061/head
Rick Anderson 2019-12-06 16:28:39 -08:00 committed by GitHub
parent 00be8efa86
commit 8ca2ec754a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ You can take advantage of NSwag's code generation capabilities by choosing one o
### Generate code with NSwagStudio
* Install NSwagStudio by following the instructions at the [NSwagStudio GitHub repository](https://github.com/RicoSuter/NSwag/wiki/NSwagStudio).
* Install NSwagStudio by following the instructions at the [NSwagStudio GitHub repository](https://github.com/RicoSuter/NSwag/wiki/NSwagStudio). On the NSwag release page you can download an xcopy version which can be started without installation and admin privileges.
* Launch NSwagStudio and enter the *swagger.json* file URL in the **Swagger Specification URL** text box. For example, *http://localhost:44354/swagger/v1/swagger.json*.
* Click the **Create local Copy** button to generate a JSON representation of your Swagger specification.