Skip to content

Commit 43bf1ef

Browse files
Fix README typos
1 parent 349d6ab commit 43bf1ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can pass a new instance of `PlanetScaleDialect` as the `dialect` option when
2929

3030
```typescript
3131
import {Kysely} from 'kysely'
32-
import {PlanetScaleDialect} from 'keysely-planetscale'
32+
import {PlanetScaleDialect} from 'kysely-planetscale'
3333

3434
const db = new Kysely<Database>({
3535
dialect: new PlanetScaleDialect({
@@ -44,7 +44,7 @@ const db = new Kysely<Database>({
4444

4545
```typescript
4646
import {Kysely} from 'kysely'
47-
import {PlanetScaleDialect} from 'keysely-planetscale'
47+
import {PlanetScaleDialect} from 'kysely-planetscale'
4848
import {fetch} from 'undici'
4949

5050
// Connect using a DATABASE_URL, provide a fetch implementation
@@ -84,7 +84,7 @@ const db = new Kysely<Database>({
8484
```typescript
8585
import {cast} from '@planetscale/database'
8686
import {Kysely} from 'kysely'
87-
import {PlanetScaleDialect} from 'keysely-planetscale'
87+
import {PlanetScaleDialect} from 'kysely-planetscale'
8888
import SqlString from 'sqlstring'
8989

9090
const db = new Kysely<Database>({

0 commit comments

Comments
 (0)