update readme

master
John Montagu, the 4th Earl of Sandvich 2023-10-17 22:39:49 -07:00
parent d275848536
commit ce737bfc22
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Pewcans # Pecans
Pretty Easy Wrapper for Two Cans & String API for version 1.68. Pretty Easy Two Cans & String API wrapper for version 1.68.
Typescript module that can also be used in Python, .NET, and Java using Typescript module that can also be used in Python, .NET, and Java using
[jsii](https://github.com/aws/jsii). Requires node to be installed to use the [jsii](https://github.com/aws/jsii). Requires node to be installed to use the
@ -13,7 +13,7 @@ language bindings.
## Python Example ## Python Example
```py ```py
from pewcans import Client from pecans import Client
client = Client("AUTH COOKIE HERE") client = Client("AUTH COOKIE HERE")
res = client.messages.folder_view() res = client.messages.folder_view()