From 00bda27bd0f3add60302a68331313363d9317cf0 Mon Sep 17 00:00:00 2001 From: Laura Beatris <48022589+LauraBeatris@users.noreply.github.com> Date: Tue, 1 Dec 2020 08:59:26 -0300 Subject: [PATCH] docs: remove redundancy of actions description --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 905e7ab..61d7295 100644 --- a/README.md +++ b/README.md @@ -136,11 +136,11 @@ To initialize the `items` array, the `initialItems` must be passed as an argumen --- -## The actions allow to manipulate the `isSelected` status of `items`: +## Actions to manipulate the `isSelected` status of `items`: -- ``toggleSingleItem``: Toggle a single item. +- ``toggleSingleItem`` -- ``toggleAllItems``: Toggle all items. +- ``toggleAllItems`` # :hammer: Builds - `es` (EcmaScript module)