Skip to content

Commit 33bf588

Browse files
docs: add mit license badge (#234)
1 parent 5c0325f commit 33bf588

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Mercury Parser - Extracting content from chaos
22

3-
[![CircleCI](https://circleci.com/gh/postlight/mercury-parser.svg?style=svg&circle-token=3026c2b527d3767750e767872d08991aeb4f8f10)](https://circleci.com/gh/postlight/mercury-parser) [![Build status](https://ci.appveyor.com/api/projects/status/bxwqp6mn8ijycqh4?svg=true)](https://ci.appveyor.com/project/adampash/mercury-parser) [![Apache License][license-badge]][license]
3+
[![CircleCI](https://circleci.com/gh/postlight/mercury-parser.svg?style=svg&circle-token=3026c2b527d3767750e767872d08991aeb4f8f10)](https://circleci.com/gh/postlight/mercury-parser) [![Build status](https://ci.appveyor.com/api/projects/status/bxwqp6mn8ijycqh4?svg=true)](https://ci.appveyor.com/project/adampash/mercury-parser) [![Apache License][license-apach-badge]][license-apach] [![MITC License][license-mit-badge]][license-mit]
44

5-
[license-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square
6-
[license]: https://github.com/postlight/mercury-parser/blob/master/LICENSE-APACHE
5+
[license-apach-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square
6+
[license-apach]: https://github.com/postlight/mercury-parser/blob/master/LICENSE-APACHE
7+
[license-mit-badge]: https://img.shields.io/badge/License-MIT%202.0-blue.svg?style=flat-square
8+
[license-mit]: https://github.com/postlight/mercury-parser/blob/master/LICENSE-MIT
79

810
The Mercury Parser extracts the bits that humans care about from any URL you give it. That includes article content, titles, authors, published dates, excerpts, lead images, and more.
911

0 commit comments

Comments
 (0)