Skip to content

Commit

Permalink
run verb
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Apr 4, 2017
1 parent c730d05 commit 1ff9466
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@
* [Unordered lists](#unordered-lists)
* [Ordered lists](#ordered-lists)
- [About](#about)
* [Related projects](#related-projects)
* [Contributing](#contributing)
* [Contributors](#contributors)
* [Release history](#release-history)
* [Building docs](#building-docs)
* [Running tests](#running-tests)
* [Author](#author)
* [License](#license)

_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_

Expand Down Expand Up @@ -141,6 +133,7 @@ Normalizes ordered lists.
c. ccc
1. bar
1. baz

```

Is normalized to:
Expand All @@ -152,6 +145,7 @@ Is normalized to:
c. ccc
2. bar
3. baz

```

## About
Expand All @@ -169,34 +163,34 @@ Pull requests and stars are always welcome. For bugs and feature requests, [plea

### Building docs

_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_
_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_

To generate the readme and API documentation with [verb](https://github.com/verbose/verb):
To generate the readme, run the following command:

```sh
$ npm install -g verb verb-generate-readme && verb
$ npm install -g verbose/verb#dev verb-generate-readme && verb
```

### Running tests

Install dev dependencies:
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:

```sh
$ npm install -d && npm test
$ npm install && npm test
```

### Author

**Jon Schlinkert**

* [github/jonschlinkert](https://github.com/jonschlinkert)
* [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)

### License

Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert).
Released under the [MIT license](https://github.com/jonschlinkert/pretty-remarkable/blob/master/LICENSE).
Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).
Released under the [MIT License](LICENSE).

***

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.0, on October 21, 2016._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.5.0, on April 04, 2017._

0 comments on commit 1ff9466

Please # to comment.