Skip to content

Commit 7efdba3

Browse files
committed
Fix README typo
1 parent 5f56e25 commit 7efdba3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ or with the more ergonomic static factory methods.
5959
An API key is scoped to a single workspace and should only be used on the server.
6060
Obtain one from the Seam Console.
6161

62-
#####
6362
```ts
6463
// Set the `SEAM_API_KEY` environment variable
6564
const seam = new SeamHttp()
@@ -78,8 +77,6 @@ const seam = SeamHttp.fromApiKey('your-api-key')
7877

7978
A Client Session Token is scoped to a client session and should only be used on the client.
8079

81-
#####
82-
8380
```ts
8481
// Pass as an option the constructor
8582
const seam = new SeamHttp({ clientSessionToken: 'some-client-session-token' })

0 commit comments

Comments
 (0)