diff --git a/README.md b/README.md index 3df77b0..d3bdd37 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Automatically create GraphQL schema or customizable schema config fields from Dr import { createYoga } from 'graphql-yoga' import { buildSchema } from 'drizzle-graphql' - // db - your drizzle instance, schema - your drizzle tables + // db - your drizzle instance import { db } from './database' const { schema } = buildSchema(db) diff --git a/package.json b/package.json index b0dfa15..a0179f0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "drizzle-graphql", "type": "module", "author": "Drizzle Team", - "version": "0.8.1", + "version": "0.8.2", "description": "Automatically generate GraphQL schema or customizable schema config fields from Drizzle ORM schema", "scripts": { "build": "pnpm tsx scripts/build.ts",