Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 477906b

Browse files
Updating description
1 parent e6cd18a commit 477906b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## Getting started
1111

12-
A Stimulus controller to check/uncheck all checkboxes.
12+
A Stimulus controller for managing checkbox lists.
1313

1414
## Installation
1515

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<h1 class="text-center mb-8 text-5xl font-bold">Stimulus Checkbox Select All</h1>
4848

4949
<p class="text-center mb-4">
50-
A Stimulus controller for autogrowing textarea.
50+
A Stimulus controller for managing checkbox lists.
5151
</p>
5252

5353
<p class="text-center badges">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stimulus-checkbox-select-all",
33
"version": "1.0.0",
4-
"description": "A Stimulus controller to check/uncheck all checkboxes.",
4+
"description": "A Stimulus controller for managing checkbox lists.",
55
"repository": "git@github.com:stimulus-components/stimulus-checkbox-select-all.git",
66
"author": "Guillaume Briday <guillaumebriday@gmail.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)