Update README.md
This commit is contained in:
parent
028e6a3165
commit
7c216f91c0
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue