1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +00:00

fix README, gh workflow desc

This commit is contained in:
renerocksai 2025-03-30 15:04:21 +02:00
parent 43c411dcd7
commit cce02dd9f3
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
name: Works with Zig 0.13.0 name: Works with Zig 0.14.0
on: on:
push: push:
branches: branches:

View file

@ -51,7 +51,7 @@ proved to be:
## Here's what works ## 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. 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 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 - **[app_basic](examples/app/basic.zig)**: Shows how to use zap.App with a
simple Endpoint. 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. Endpoint using an Authenticator.
See the other examples for specific uses of Zap. See the other examples for specific uses of Zap.