From 3a218e23db7d140ea32dbfba40122659a0c8b818 Mon Sep 17 00:00:00 2001 From: Tamotsu Takahashi Date: Sun, 28 Apr 2024 08:16:40 +0900 Subject: [PATCH] Fix a dead link in README.md Examples are at https://github.com/sejori/peko/tree/main/example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60c35707..85f01044 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Must return/resolve to a `Response` (e.g. Render HTML or return JSON payload).

Recipes

### Library utilities -Check the [examples](https://github.com/sejori/peko/examples) to see implementations of: +Check the [examples](https://github.com/sejori/peko/tree/main/example) to see implementations of: - server-side rendering Preact to HTML - streaming server-sent events to web client - JWT authentication middleware