Skip to content

Commit bc6ebf2

Browse files
committed
docs: Prefer named export
1 parent 0ee0003 commit bc6ebf2

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
@@ -51,7 +51,7 @@ $ npm install seam
5151
#### Unlock a door
5252

5353
```ts
54-
import Seam from 'seam'
54+
import { Seam } from 'seam'
5555

5656
const seam = new Seam()
5757
const lock = await seam.locks.get({ name: 'Front Door' })

0 commit comments

Comments
 (0)