From 6a6e7d697285e6ac7bd3e04ea084098e3172aec7 Mon Sep 17 00:00:00 2001 From: TJ VanToll Date: Wed, 8 Apr 2026 13:10:21 -0400 Subject: [PATCH] chore: removing consumption credit mention --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4555f1a..aba2b4c 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,6 @@ Personal Access Tokens have the same permissions as your Notehub user account an Once you have your PAT, supply it to the library by replacing `PERSONAL_ACCESS_TOKEN` with your token in the code. -> **NOTE:** Be aware that all Notehub API calls made using the Notehub Py library utilize your account's [Consumption Credits](https://dev.blues.io/reference/glossary#consumption-credit) (CCs). For more information, please consult our [pricing page](https://blues.com/pricing/). - ```python import notehub_py from notehub_py.rest import ApiException