Skip to content

Commit 78eae42

Browse files
committed
Update tagline
1 parent d1b1500 commit 78eae42

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
@@ -6,7 +6,7 @@
66
[![devDependency Status](https://david-dm.org/jakezatecky/react-checkbox-tree/dev-status.svg?style=flat-square)](https://david-dm.org/jakezatecky/react-checkbox-tree#info=devDependencies)
77
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/jakezatecky/react-checkbox-tree/master/LICENSE.txt)
88

9-
> Checkbox treeview for React.
9+
> A simple and elegant checkbox tree for React.
1010
1111
![Demo](demo.gif)
1212

examples/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<body>
1515
<section class="page-header">
1616
<h1 class="project-name">React Checkbox Tree</h1>
17-
<h2 class="project-tagline">A simple, yet elegant checkbox treeview for React</h2>
17+
<h2 class="project-tagline">A simple and elegant checkbox tree for React</h2>
1818
<a href="https://github.com/jakezatecky/react-checkbox-tree" class="btn">View on GitHub</a>
1919
<a href="https://github.com/jakezatecky/react-checkbox-tree/zipball/master" class="btn">Download .zip</a>
2020
<a href="https://github.com/jakezatecky/react-checkbox-tree/tarball/master" class="btn">Download .tar.gz</a>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-checkbox-tree",
33
"version": "0.4.2",
4-
"description": "React component for checkbox trees.",
4+
"description": "A simple and elegant checkbox tree for React.",
55
"author": "Jake Zatecky",
66
"license": "MIT",
77
"keywords": [

0 commit comments

Comments
 (0)