NAME
    Dist::Zilla::Plugin::GitHubREADME::Badge - Dist::Zilla - add badges to
    github README.md

SYNOPSIS
        # in dzil.ini
        [GitHubREADME::Badge]

        # configure it yourself
        [GitHubREADME::Badge]
        badges = travis
        badges = coveralls
        badges = gitter

DESCRIPTION
    Dist::Zilla::Plugin::GitHubREADME::Badge is to add badges in github
    README.md

    Currently only travis, coveralls and gitter are supported. but patches
    welcome.

    default goes to travis and coveralls.

SEE ALSO
    Minilla, Dist::Zilla::Plugin::TravisCI::StatusBadge

AUTHOR
    Fayland Lam <fayland@gmail.com>

COPYRIGHT
    Copyright 2014- Fayland Lam

LICENSE
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

SEE ALSO
