Skip to content

Commit

Permalink
Merge pull request #200 from tamo/patch-1
Browse files Browse the repository at this point in the history
Fix a dead link in README.md
  • Loading branch information
sejori authored May 26, 2024
2 parents d389ec3 + 3a218e2 commit 64b3456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Must return/resolve to a `Response` (e.g. Render HTML or return JSON payload).
<h2 id="recipes">Recipes</h2>

### 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
Expand Down

1 comment on commit 64b3456

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 64b3456 May 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Relative import path "esbuild" not prefixed with / or ./ or ../

Please sign in to comment.