mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
fix README, gh workflow desc
This commit is contained in:
parent
43c411dcd7
commit
cce02dd9f3
2 changed files with 3 additions and 3 deletions
2
.github/workflows/build-current-zig.yml
vendored
2
.github/workflows/build-current-zig.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Works with Zig 0.13.0
|
||||
name: Works with Zig 0.14.0
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
|
@ -51,7 +51,7 @@ proved to be:
|
|||
|
||||
## Here's what works
|
||||
|
||||
**NOTE:** I recommend checking out **the new App-based** or the Endpoint-based
|
||||
I recommend checking out **the new App-based** or the Endpoint-based
|
||||
examples, as they reflect how I intended Zap to be used.
|
||||
|
||||
Most of the examples are super stripped down to only include what's necessary to
|
||||
|
@ -65,7 +65,7 @@ port and docs dir: `zig build docserver && zig-out/bin/docserver --port=8989
|
|||
|
||||
- **[app_basic](examples/app/basic.zig)**: Shows how to use zap.App with a
|
||||
simple Endpoint.
|
||||
- **[app_basic](examples/app/auth.zig)**: Shows how to use zap.App with an
|
||||
- **[app_auth](examples/app/auth.zig)**: Shows how to use zap.App with an
|
||||
Endpoint using an Authenticator.
|
||||
|
||||
See the other examples for specific uses of Zap.
|
||||
|
|
Loading…
Add table
Reference in a new issue