We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee0003 commit bc6ebf2Copy full SHA for bc6ebf2
README.md
@@ -51,7 +51,7 @@ $ npm install seam
51
#### Unlock a door
52
53
```ts
54
-import Seam from 'seam'
+import { Seam } from 'seam'
55
56
const seam = new Seam()
57
const lock = await seam.locks.get({ name: 'Front Door' })
0 commit comments