Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit b2d1602

Browse files
author
Trevor Livingston
committed
updated readme with warning about 2.0 vs 1.2
1 parent 91a9777 commit b2d1602

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# swaggerize-express
44

5+
**WARNING:** This module now uses Swagger 2.0. For the Swagger 1.2 compatible version, see the 2.0.0 branch versions.
6+
57
- **Stability:** `stable`
68
- **Changelog:** [https://github.com/krakenjs/swaggerize-express/blob/master/CHANGELOG.md](https://github.com/krakenjs/swaggerize-express/blob/master/CHANGELOG.md)
79

@@ -178,4 +180,4 @@ Example:
178180
swaggerize --api config/api.json --models resources/models --handlers resources/handlers --tests tests/
179181
```
180182

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

0 commit comments

Comments
 (0)