Merge pull request #163 from craigbarrau/patch-1

Fixed docs from referencing an old file that does not exist in this repo
This commit is contained in:
Kam Low 2018-11-28 12:02:36 +01:00 committed by GitHub
commit 220c048b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ Next pass your `swagger.json` document use the CLI to generate your documentatio
spectacle -d your_swagger_api.json
# Or use the cheese.json example to test it out
# spectacle -d -l test/fixtures/cheese.png test/fixtures/cheese.json
# spectacle -d -l test/fixtures/cheese.png test/fixtures/cheese.yml
```
Your generated documentation will be located in the `public` directory by default. You can either copy the generated HTML to your web server, or view your docs by pointing your browser to [http://localhost:4400/](http://localhost:4400/).