From 3e76d4a7626e2181f471d8c6156b087ef006dbad Mon Sep 17 00:00:00 2001 From: James Cook Date: Thu, 14 Sep 2023 20:01:58 +0100 Subject: [PATCH] docs: add notice warning about parent client --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 26c4fab..2cc6e77 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,9 @@ await client.login(); ## Parent Client +?> The parent client is not tested, as I do not have access to a parent account. +If you experience any issues, please open an issue or PR. + ```typescript import { ParentClient } from "classcharts-api";