From ed57d1e93ea3ccb9c2275980eb95cd85a5b54093 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Wed, 18 Jan 2023 14:38:00 +0100 Subject: [PATCH] fixed introducing.md --- introducing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introducing.md b/introducing.md index 9a4d6d2..2d951cb 100644 --- a/introducing.md +++ b/introducing.md @@ -24,7 +24,7 @@ Here's what works: - **[routes](https://github.com/renerocksai/zap/blob/master/examples/routes/routes.zig)**: a super easy example dispatching on the HTTP path - **[serve](https://github.com/renerocksai/zap/blob/master/examples/serve/serve.zig)**: the traditional static web server with optional dynamic request handling - **[hello_json](https://github.com/renerocksai/zap/blob/master/examples/hello_json/hello_json.zig)**: serves you json dependent on HTTP path -- **[endpoint](https://github.com/renerocksai/zap/blob/master/examples/endpoint/)**: a simple JSON REST API example featuring a `/users` endpoint for PUTting/DELETE-ing/GET-ting/POST-ing and listing users, together with a static HTML and JavaScript frontend to play around with. +- **[endpoint](https://github.com/renerocksai/zap/blob/master/examples/endpoint/)**: a simple JSON REST API example featuring a `/users` endpoint for PUTting/DELETE-ing/GET-ting/POST-ing and listing users, together with a static HTML and JavaScript frontend to play with. If you want to take it for a quick spin: