diff --git a/docs/index.md b/docs/index.md index 3661385..40ba6ad 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ Okapi is a micro framework for HTTP servers. - Ergonomic DSL for parsing requests - Integrates seamlessly with ANY monad stack or effect system - Automagically generate OpenAPI specifications (clients coming soon) -- Lightweight, minimal abstraction built on top of WAI +- Lightweight, minimal abstraction built on top of [WAI](https://hackage.haskell.org/package/wai) **Okapi is NOT recommended for production use at this time.** diff --git a/docs/pages/index.html b/docs/pages/index.html index 2dac467..ecbd57a 100644 --- a/docs/pages/index.html +++ b/docs/pages/index.html @@ -29,7 +29,8 @@
Okapi is NOT recommended for production use at this time.