Skip to content

Commit 1f832c1

Browse files
author
Logan Gingerich
authored
Updating to fix typo in Readme Pyhon -> Python (#49)
Updating typo of `Pyhon` in README
1 parent 1723c8f commit 1f832c1

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
@@ -1,6 +1,6 @@
11
# workos-python
22

3-
Pyhon SDK to conveniently access the [WorkOS API](https://workos.com).
3+
Python SDK to conveniently access the [WorkOS API](https://workos.com).
44

55
## Installation
66

@@ -40,4 +40,4 @@ client.sso.get_authorization_url(
4040

4141
# Get the WorkOSProfile for an authenticated User
4242
client.get_profile(oauth_code)
43-
```
43+
```

0 commit comments

Comments
 (0)