diff --git a/README.md b/README.md index 4bb911f..4da3a7e 100644 --- a/README.md +++ b/README.md @@ -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()