From ce737bfc2221580dbca6c70d7f0c46f49881d020 Mon Sep 17 00:00:00 2001 From: HumanoidSandvichDispenser Date: Tue, 17 Oct 2023 22:39:49 -0700 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()