Skip to content

Commit aeeb14d

Browse files
committed
readme
1 parent a58d28f commit aeeb14d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/utils/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ npm install @pgsql/utils
3939
With the AST helper methods, creating complex SQL ASTs becomes straightforward and intuitive.
4040

4141
```ts
42-
import { CreateStmt, ColumnDef } from '@pgsql/types/types/wrapped';
42+
import ast, { CreateStmt, ColumnDef } from '@pgsql/utils';
4343
import { deparse } from 'pgsql-deparser';
44-
import ast from '@pgsql/utils';
4544

4645
const newColumn: ColumnDef = ast.columnDef({
4746
colname: 'id',

0 commit comments

Comments
 (0)