Skip to content

Commit 8571a5a

Browse files
authored
Merge pull request #42 from seamapi/fix-usage
Pass prop in README docs
2 parents fe9ac08 + d6d7ea8 commit 8571a5a

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
@@ -38,7 +38,7 @@ import { SeamProvider, DeviceManager } from '@seamapi/react'
3838

3939
export const App = () => {
4040
return (
41-
<SeamProvider>
41+
<SeamProvider publishableKey='your_publishable_key'>
4242
<main>
4343
<h1>My App</h1>
4444
<DeviceManager />

0 commit comments

Comments
 (0)