Skip to content

Commit

Permalink
docs: Pass prop in README docs
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Apr 20, 2023
1 parent 1ef8e92 commit d6d7ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import { SeamProvider, DeviceManager } from '@seamapi/react'

export const App = () => {
return (
<SeamProvider>
<SeamProvider publishableKey='your_publishable_key'>
<main>
<h1>My App</h1>
<DeviceManager />
Expand Down

0 comments on commit d6d7ea8

Please sign in to comment.