From 416228d4da5e94baae7f7cfa4e69e2c3112675a2 Mon Sep 17 00:00:00 2001 From: TheMitoSan <32562725+themitosan@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:19:23 -0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 142c595..b4acfa0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ Example: ```TMS.addClass('myDiv', 'fixWidth');``` ### TMS.removeClass(domId, className) Example: ```TMS.removeClass('myDiv', 'fixWidth');``` -**INFO**: You can also _provide other contexts_ for all available functions. This allows you to manipulate data from another opened windows (like `nw.js` Window.open function). +## Context +You can also provide _other contexts_ for all available functions. This allows you to manipulate data from another opened windows (like `nw.js` Window.open function). Example: ```ts