Skip to content

Commit

Permalink
Update README.md — fix link (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
beerose authored Jul 18, 2024
1 parent 890d79c commit ac414c4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ This repo contains starter projects that demonstrate usage of EdgeDB with differ

## TypeScript

| Framework | Link |
| --------------------------- | -------------------------------------------------------------------------------------------- |
| Deno Fresh | [deno-fresh](https://github.com/edgedb/edgedb-examples/tree/main/deno-fresh) |
| Nest.js | [nestjs-crud](https://github.com/edgedb/edgedb-examples/tree/main/nestjs-crud) |
| Next.js Blog (App Router) | [nextjs-app-router](https://github.com/edgedb/edgedb-examples/tree/main/nextjs-app-router) |
| Next.js Blog (Pages Router) | [nextjs-blog](https://github.com/edgedb/edgedb-examples/tree/main/nextjs-blog) |
| Next.js Todo | [nextjs-todo](https://github.com/edgedb/edgedb-examples/tree/main/nextjs-todo) |
| Remix | [remix](https://github.com/edgedb/edgedb-examples/tree/main/remix) |
| SvelteKit | [sveltekit](https://github.com/edgedb/edgedb-examples/tree/main/sveltekit) |
| Cloudflare Workers | [cloudflare-workers](https://github.com/edgedb/edgedb-examples/tree/main/cloudflare-workers) |
| Framework | Link |
| --------------------------- | -----------------------------------------------------------------------------------------------------|
| Deno Fresh | [deno-fresh](https://github.com/edgedb/edgedb-examples/tree/main/deno-fresh) |
| Nest.js | [nestjs-crud](https://github.com/edgedb/edgedb-examples/tree/main/nestjs-crud) |
| Next.js Blog (App Router) | [nextjs-blog-app-router](https://github.com/edgedb/edgedb-examples/tree/main/nextjs-blog-app-router) |
| Next.js Blog (Pages Router) | [nextjs-blog](https://github.com/edgedb/edgedb-examples/tree/main/nextjs-blog) |
| Next.js Todo | [nextjs-todo](https://github.com/edgedb/edgedb-examples/tree/main/nextjs-todo) |
| Remix | [remix](https://github.com/edgedb/edgedb-examples/tree/main/remix) |
| SvelteKit | [sveltekit](https://github.com/edgedb/edgedb-examples/tree/main/sveltekit) |
| Cloudflare Workers | [cloudflare-workers](https://github.com/edgedb/edgedb-examples/tree/main/cloudflare-workers) |

## Python

Expand Down

0 comments on commit ac414c4

Please sign in to comment.