Skip to content

Commit 950046a

Browse files
author
Ivan Demidov
committed
fix(readme): changes according to the requirement org
1 parent e7f6f0b commit 950046a

File tree

1 file changed

+5
-48
lines changed

1 file changed

+5
-48
lines changed

readme.md

+5-48
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
11
# posthtml-cli
2-
3-
[![node][node-image]][node-url]
4-
[![NPM version][npm-image]][npm-url]
5-
6-
[![testen badge][testen-image]][testen-url]
7-
[![Trasiv Build Status][travis-image]][travis-url]
8-
[![AppVeyor Build Status][appveyor-img]][appveyor]
9-
10-
[![Coveralls Status][coveralls-image]][coveralls-url]
11-
12-
[![Dependency Status][depstat-image]][depstat-url]
13-
[![DevDependency Status][depstat-dev-image]][depstat-dev-url]
14-
15-
[![XO code style][codestyle-image]][codestyle-url]
16-
172
> Simple CLI for [PostHTML][posthtml-url]
183
4+
[![NPM version][npm-image]][npm-url][![Trasiv Build Status][travis-image]][travis-url][![AppVeyor Build Status][appveyor-img]][appveyor][![Coveralls Status][coveralls-image]][coveralls-url][![Dependency Status][depstat-image]][depstat-url][![Standard Code Style][style]][style-url]
5+
196
## Install
207

218
```
@@ -161,40 +148,13 @@ $ posthtml -i input.html -r
161148
$ posthtml -i inputFolder/*.html -r
162149
```
163150

164-
## LICENSE
165-
166-
> MIT License (MIT)
167-
168-
>Copyright (c) Ivan Demidov <[email protected]>
169-
170-
> Permission is hereby granted, free of charge, to any person obtaining a copy
171-
of this software and associated documentation files (the "Software"), to deal
172-
in the Software without restriction, including without limitation the rights
173-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
174-
copies of the Software, and to permit persons to whom the Software is
175-
furnished to do so, subject to the following conditions:
176-
177-
> The above copyright notice and this permission notice shall be included in all
178-
copies or substantial portions of the Software.
179-
180-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
181-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
182-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
183-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
184-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
185-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
151+
### License [MIT](LICENSE)
186152

187153
[posthtml-url]: http://github.com/posthtml/posthtml
188154

189-
[node-url]: ""
190-
[node-image]: https://img.shields.io/node/v/post-sequence.svg?maxAge=2592000&style=flat-square
191-
192155
[npm-url]: https://npmjs.org/package/posthtml-cli
193156
[npm-image]: http://img.shields.io/npm/v/posthtml-cli.svg?style=flat-square
194157

195-
[testen-url]: https://github.com/egoist/testen
196-
[testen-image]: https://img.shields.io/badge/testen-passing-brightgreen.svg?style=flat-square
197-
198158
[travis-url]: https://travis-ci.org/posthtml/posthtml-cli
199159
[travis-image]: http://img.shields.io/travis/posthtml/posthtml-cli.svg?style=flat-square&label=unix
200160

@@ -207,8 +167,5 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
207167
[depstat-url]: https://david-dm.org/posthtml/posthtml-cli
208168
[depstat-image]: https://david-dm.org/posthtml/posthtml-cli.svg?style=flat-square
209169

210-
[depstat-dev-url]: https://david-dm.org/posthtml/posthtml-cli
211-
[depstat-dev-image]: https://david-dm.org/posthtml/posthtml-cli/dev-status.svg?style=flat-square
212-
213-
[codestyle-url]: https://github.com/sindresorhus/xo
214-
[codestyle-image]: https://img.shields.io/badge/code_style-XO-5ed9c7.svg?style=flat-square
170+
[style-url]: http://standardjs.com/
171+
[style]: https://img.shields.io/badge/code%20style-standard-yellow.svg?style=flat-square

0 commit comments

Comments
 (0)