Skip to content

Commit

Permalink
docs(chore): run verb
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Feb 9, 2017
1 parent 61b8025 commit a65c01a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .verb.md
Expand Up @@ -9,7 +9,7 @@
[![coverage status][coveralls-img]][coveralls-url]
[![dependency status][david-img]][david-url]

{%= include('highlight') %}
_You might also be interested in [gibon][] - a minimal & functional 600 bytes client-side router._

## Table of Contents
<!-- toc -->
Expand Down
5 changes: 3 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# 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]

> Parsing a simple CSS selector (tag name, class, id) to a HAST node. Pretty similar to what is done in [hyperscript][] package.
> Parsing a simple CSS selector (tag name, class, id) to a HAST node. Pretty similar to what is done in [hyperscript][]
[![code climate][codeclimate-img]][codeclimate-url]
[![standard code style][standard-img]][standard-url]
Expand All @@ -9,7 +9,7 @@
[![coverage status][coveralls-img]][coveralls-url]
[![dependency status][david-img]][david-url]

You might also be interested in [gibon](https://github.com/tunnckocore/gibon#readme).
_You might also be interested in [gibon][] - a minimal & functional 600 bytes client-side router._

## Table of Contents
- [Install](#install)
Expand Down Expand Up @@ -133,3 +133,4 @@ _Project scaffolded using [charlike][] cli._
[standard-url]: https://github.com/feross/standard
[standard-img]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg

[gibon]: https://github.com/tunnckocore/gibon
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mich-parse-selector",
"version": "0.1.0",
"description": "Parsing a simple CSS selector (tag name, class, id) to a HAST node. Pretty similar to what is done in [hyperscript][] package.",
"description": "Parsing a simple CSS selector (tag name, class, id) to a HAST node. Pretty similar to what is done in [hyperscript][]",
"repository": "tunnckoCore/mich-parse-selector",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://i.am.charlike.online)",
"precommit.silent": true,
Expand Down

0 comments on commit a65c01a

Please sign in to comment.