Skip to content

Commit

Permalink
Add hackage badge and use svg badge for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti committed Sep 21, 2014
1 parent 2d0f451 commit a64910c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -4,8 +4,7 @@ This package contains utilities and combinators to define command line option
parsers.

[![Continuous Integration status][status-png]][status]

[Hackage page (downloads and documentation)][hackage]
[![Hackage page (downloads and API reference)][hackage-png]][hackage]

## Getting started

Expand Down Expand Up @@ -336,8 +335,9 @@ help text.
See [this blog post][blog] for a more detailed explanation based on a
simplified implementation.

[status-png]: https://secure.travis-ci.org/pcapriotti/optparse-applicative.png?branch=master
[status-png]: https://api.travis-ci.org/pcapriotti/optparse-applicative.svg
[status]: http://travis-ci.org/pcapriotti/optparse-applicative?branch=master
[blog]: http://paolocapriotti.com/blog/2012/04/27/applicative-option-parser/
[builder-documentation]: http://hackage.haskell.org/package/optparse-applicative/docs/Options-Applicative-Builder.html
[hackage-png]: http://img.shields.io/hackage/v/optparse-applicative.svg
[hackage]: http://hackage.haskell.org/package/optparse-applicative

0 comments on commit a64910c

Please sign in to comment.