From 78dd89e200b339d7f6b034f9ddaf3456a5967b5c Mon Sep 17 00:00:00 2001 From: JosephVoid Date: Sat, 16 Dec 2023 22:05:06 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1f10a36..4993374 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,11 @@ console.log(JIS.list_options()); // ["earth", "venus"] JIS.select_option("earth"); +console.log(JIS.list_options()); // ["africa", "asia", "europe"] + console.log(JIS.get_all_selected()); // ["galaxy", "milky-way", "earth"] + ``` # Installation