mirror of
https://github.com/monadicsystems/okapi.git
synced 2024-11-26 21:39:51 +03:00
Fix docs
This commit is contained in:
parent
a0a8b3f742
commit
510cc240b5
@ -7,6 +7,8 @@ Okapi is a micro framework for implementing HTTP servers.
|
||||
- Automagically generate OpenAPI specifications (clients coming soon)
|
||||
- Lightweight, minimal abstraction built on top of WAI
|
||||
|
||||
Okapi is NOT recommended for production use at this time.
|
||||
|
||||
## Getting Started
|
||||
|
||||
1. Use the command `stack new <project-name>` to create a new Haskell project
|
||||
|
@ -29,6 +29,7 @@
|
||||
soon)</li>
|
||||
<li>Lightweight, minimal abstraction built on top of WAI</li>
|
||||
</ul>
|
||||
<p>Okapi is NOT recommended for production use at this time.</p>
|
||||
<h2 id="gettingstarted">Getting Started</h2>
|
||||
<ol type="1">
|
||||
<li>Use the command <code>stack new <project-name></code> to
|
||||
|
Loading…
Reference in New Issue
Block a user