Skip to content

Commit 91efc4a

Browse files
committed
Update README.md
1 parent bb0cbcc commit 91efc4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![GitHub Actions](https://github.com/seamapi/nextlove-sdk-csharp/actions/workflows/check.yml/badge.svg)](https://github.com/seamapi/nextlove-sdk-csharp/actions/workflows/check.yml)
44

5-
Seam
5+
Seam
66

77
## Installation
88

@@ -11,7 +11,7 @@ Use [nuget](https://www.nuget.org/packages/Seam) to install.
1111
## Usage
1212

1313
```csharp
14-
var seam = new Seam(apiToken: "YOUR_API_KEY");
14+
var seam = new Seam.Client.Seam(apiToken: "YOUR_API_KEY");
1515

1616
var myDevices = seam.Devices.List();
1717

0 commit comments

Comments
 (0)