Update README.md

This commit is contained in:
Alexander Biehl 2022-06-26 12:09:22 +02:00 committed by GitHub
parent 794e8e09ba
commit e804ee12bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,3 +37,6 @@ The generated code will placed in [`generated`](generated). The modules are plac
- [`generated/Petstore/API/Response`](generated/Petstore/API/Response) is where Tie places the
response types for the individual operations. You will find a Haskell module for each operation
in the OpenAPI specification here.
- [`app/Main.hs`](app/Main.hs) is the entry point of the example Petstore application. It provides
an implementation for the generated `Api` type and spins up a Warp webserver.