Update README.md

main
flopetautschnig 1 year ago committed by GitHub
parent 028e6a3165
commit 7c216f91c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,13 +1,13 @@
# zerve
A simple framework for writing web services in zig.
## Requires at least zig 0.11.0!
## Requires zig 0.11.0 or higher!
## Create a simple web app
```zig
const zrv = @import("zerve");
const zrv = @import("zerve"); // Or set the path to zerve.zig e.g. @import("zerve-main/src/zerve.zig");
const Request = zrv.Request;
const Response = zrv.Response;
const Server = zrv.Server;

Loading…
Cancel
Save