From a688e2dc24a1629c7b69644cfc08a253022e3a94 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sun, 25 Aug 2024 01:59:30 -0400 Subject: [PATCH] README.md tweaks --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c3a85c..4ea2472 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,5 @@ It is generally not recommended to set attributes on these objects. However, if you must, they can be set by obtaining the object's underlying box through the `GetBox` method. Be aware that the exact type of box that is returned here is not part of the API, and may change unexpectedly even after v1.0. This caveat -also applies to children created/managed by the objects. +also applies to boxes/sub-components making up the internal composition of the +objects.