Skip to content

Commit b6c1eff

Browse files
committed
simple usage
1 parent 684e21d commit b6c1eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ npm install dddl
3030
```
3131
### Simple usage
3232
``` typescript
33-
import { parseAndGenerate } from '../dist/index.js';
33+
import { parseAndGenerate } from 'dddl';
3434
const sql = `
3535
create table A (
3636
col1 char(3)

0 commit comments

Comments
 (0)