update readme
parent
d275848536
commit
ce737bfc22
|
@ -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
|
||||
[jsii](https://github.com/aws/jsii). Requires node to be installed to use the
|
||||
|
@ -13,7 +13,7 @@ language bindings.
|
|||
## Python Example
|
||||
|
||||
```py
|
||||
from pewcans import Client
|
||||
from pecans import Client
|
||||
|
||||
client = Client("AUTH COOKIE HERE")
|
||||
res = client.messages.folder_view()
|
||||
|
|
Loading…
Reference in New Issue