Skip to content

Commit

Permalink
updated readme with warning about 2.0 vs 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Livingston committed Sep 19, 2014
1 parent 91a9777 commit b2d1602
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -2,6 +2,8 @@

# swaggerize-express

**WARNING:** This module now uses Swagger 2.0. For the Swagger 1.2 compatible version, see the 2.0.0 branch versions.

- **Stability:** `stable`
- **Changelog:** [https://github.com/krakenjs/swaggerize-express/blob/master/CHANGELOG.md](https://github.com/krakenjs/swaggerize-express/blob/master/CHANGELOG.md)

Expand Down Expand Up @@ -178,4 +180,4 @@ Example:
swaggerize --api config/api.json --models resources/models --handlers resources/handlers --tests tests/
```

`--api` is required, but only one of `--models` or `--handlers` or `--tests` is required.
`--api` is required, but only one of `--models` or `--handlers` or `--tests` is required.

0 comments on commit b2d1602

Please sign in to comment.