diff --git a/packages/whook-cli/README.md b/packages/whook-cli/README.md
index 5a31b7d6..e0d83c19 100644
--- a/packages/whook-cli/README.md
+++ b/packages/whook-cli/README.md
@@ -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)
diff --git a/packages/whook-cors/README.md b/packages/whook-cors/README.md
index 94b4c3c9..3f2ce346 100644
--- a/packages/whook-cors/README.md
+++ b/packages/whook-cors/README.md
@@ -16,27 +16,9 @@
[//]: # (::contents:end)
-# API
-
-
-## wrapHTTPRouterWithSwaggerUI(initHTTPRouter) ⇒ function
-Wraps the `httpRouter` initializer to also serve the
-Swagger/OpenAPI UI for development purpose.
-
-**Kind**: global function
-**Returns**: function
- The `httpRouter` initializer wrapped
-
-| Param | Type | Description |
-| --- | --- | --- |
-| initHTTPRouter | function
| 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)
diff --git a/packages/whook/README.md b/packages/whook/README.md
index 388500e2..62838a11 100644
--- a/packages/whook/README.md
+++ b/packages/whook/README.md
@@ -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.