diff --git a/README.md b/README.md index 1ec5de8..9cf0b5d 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ If you want to contribute to this list, then please read the [contributing guide ## Development tools - [Surreal-Fiber](https://github.com/devpikachu/surreal-fiber) - A REST API Fiber Web Framework boilerplate using SurrealDB for applications written in Go. - [surrealdb-client-generator](https://github.com/sebastianwessel/surrealdb-client-generator) - A handy tool that simplifies the process of generating zod schemas and TypeScript clients. -- [surreal-codegen](https://github.com/siteforge-io/surreal-codegen) - SurrealDB Typescript generator. Matches your raw `.surql` queries against your schema to generate strongly typed queries & parameters. +- [surreal-codegen](https://github.com/siteforge-io/surreal-codegen) - SurrealDB Typescript type-safe client generator which extends the official SurrealDB package. Matches your raw `.surql` queries against your schema to generate strongly typed queries & parameters. ## Deployment tools - [Dokku Surrealdb](https://github.com/IgnisDa/dokku-surrealdb) - A plugin to deploy SurrealDB as a [Dokku](https://dokku.com) plugin.