Skip to content

Commit

Permalink
s/spec/design [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tlivings committed Sep 12, 2014
1 parent 025290b commit 8c7576f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- **Stability:** `stable`
- **Changelog:** [https://github.com/krakenjs/swaggerize-express/blob/master/CHANGELOG.md](https://github.com/krakenjs/swaggerize-express/blob/master/CHANGELOG.md)

`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)
`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)
and Express.

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

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

### Usage
Expand Down

0 comments on commit 8c7576f

Please sign in to comment.