Skip to content

Commit 08f057e

Browse files
author
tunnckoCore
committed
docs(package): update description
1 parent a65c01a commit 08f057e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mich-parse-selector [![NPM version](https://img.shields.io/npm/v/mich-parse-selector.svg?style=flat)](https://www.npmjs.com/package/mich-parse-selector) [![NPM monthly downloads](https://img.shields.io/npm/dm/mich-parse-selector.svg?style=flat)](https://npmjs.org/package/mich-parse-selector) [![npm total downloads][downloads-img]][downloads-url]
22

3-
> Parsing a simple CSS selector (tag name, class, id) to a HAST node. Pretty similar to what is done in [hyperscript][]
3+
> Tiny parser for simple CSS selectors, just in 300 bytes. Pretty similar to what is done in [hyperscript][]
44
55
[![code climate][codeclimate-img]][codeclimate-url]
66
[![standard code style][standard-img]][standard-url]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mich-parse-selector",
33
"version": "0.1.0",
4-
"description": "Parsing a simple CSS selector (tag name, class, id) to a HAST node. Pretty similar to what is done in [hyperscript][]",
4+
"description": "Tiny parser for simple CSS selectors, just in ~300 bytes. Pretty similar to what is done in [hyperscript][]",
55
"repository": "tunnckoCore/mich-parse-selector",
66
"author": "Charlike Mike Reagent <@tunnckoCore> (http://i.am.charlike.online)",
77
"precommit.silent": true,

0 commit comments

Comments
 (0)