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

Commit 8c7576f

Browse files
committed
s/spec/design [skip ci]
1 parent 025290b commit 8c7576f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- **Stability:** `stable`
66
- **Changelog:** [https://github.com/krakenjs/swaggerize-express/blob/master/CHANGELOG.md](https://github.com/krakenjs/swaggerize-express/blob/master/CHANGELOG.md)
77

8-
`swaggerize-express` is a "spec first" approach to building RESTful services with a [Swagger spec](https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md)
8+
`swaggerize-express` is a "design first" approach to building RESTful services with a [Swagger spec](https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md)
99
and Express.
1010

1111
`swaggerize-express` provides the following features:
@@ -22,7 +22,7 @@ There are already a number of modules that help build REST services with express
2222
these modules tend to focus on building the documentation or specification as a side effect of writing
2323
the application business logic.
2424

25-
`swaggerize-express` begins with the service definition first. This facilitates writing services that
25+
`swaggerize-express` begins with the service definition. This facilitates writing services that
2626
are easier to design, review, and test.
2727

2828
### Usage

0 commit comments

Comments
 (0)