Skip to content

Commit

Permalink
fix(Docs): Fix old README files
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Feb 10, 2019
1 parent be41c92 commit ac295da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 33 deletions.
10 changes: 1 addition & 9 deletions packages/whook-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,7 @@

[//]: # (::contents:start)


[//]: # (::contents:end)

# Authors
- [Nicolas Froidure](http://insertafter.com/en/index.html)

# License
[MIT](https://github.com/nfroidure/whook-cli/blob/master/LICENSE)

This is the Whook server CLI tool.

[//]: # (::contents:end)

Expand Down
24 changes: 3 additions & 21 deletions packages/whook-cors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,9 @@

[//]: # (::contents:end)

# API
<a name="wrapHTTPRouterWithSwaggerUI"></a>

## wrapHTTPRouterWithSwaggerUI(initHTTPRouter) ⇒ <code>function</code>
Wraps the `httpRouter` initializer to also serve the
Swagger/OpenAPI UI for development purpose.

**Kind**: global function
**Returns**: <code>function</code> - The `httpRouter` initializer wrapped

| Param | Type | Description |
| --- | --- | --- |
| initHTTPRouter | <code>function</code> | The `httpRouter` initializer |


# Authors
- [Nicolas Froidure](http://insertafter.com/en/index.html)

# License
[MIT](https://github.com/nfroidure/whook-cors/blob/master/LICENSE)

To see how to add CORS support to your application, have a look
at the `create-whook` project, it will be well documented here
as soon as possible.

[//]: # (::contents:end)

Expand Down
3 changes: 0 additions & 3 deletions packages/whook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@

[//]: # (::contents:start)

# whook
> Build strong and efficient REST web services.
`whook` allows you to create REST web services by providing
its ingredients and the recipe to make it work altogether.

Expand Down

0 comments on commit ac295da

Please sign in to comment.