Update README.md

This commit is contained in:
flopetautschnig 2023-05-04 11:08:50 +02:00 committed by GitHub
parent 12e3b1f220
commit f644506692
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@
A simple framework for writing web services in zig. A simple framework for writing web services in zig.
* [Create a simple Web App](#create-a-simple-web-app) * [Create a simple Web App](#create-a-simple-web-app)
* [Types](#types)
* [Route](#route)
## Create a simple web app ## Create a simple web app