From cce02dd9f3696ea299410a818d145c6cabcaf4c9 Mon Sep 17 00:00:00 2001 From: renerocksai Date: Sun, 30 Mar 2025 15:04:21 +0200 Subject: [PATCH] fix README, gh workflow desc --- .github/workflows/build-current-zig.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-current-zig.yml b/.github/workflows/build-current-zig.yml index 0f9bffe..0c9684c 100644 --- a/.github/workflows/build-current-zig.yml +++ b/.github/workflows/build-current-zig.yml @@ -1,4 +1,4 @@ -name: Works with Zig 0.13.0 +name: Works with Zig 0.14.0 on: push: branches: diff --git a/README.md b/README.md index 2706bc6..4f10bef 100644 --- a/README.md +++ b/README.md @@ -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.