diff --git a/README.md b/README.md index 406a474..0ab02f7 100644 --- a/README.md +++ b/README.md @@ -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