Skip to content

Commit 50184f3

Browse files
committed
Cleanup README.md
1 parent c065c25 commit 50184f3

1 file changed

Lines changed: 20 additions & 7 deletions

File tree

README.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
# hslua-module-doclayout
22

3-
[![GitHub CI](https://github.com/hslua/hslua-module-doclayout/workflows/CI/badge.svg)](https://github.com/hslua/hslua-module-doclayout/actions)
4-
[![Build status](https://img.shields.io/travis/hslua/hslua-module-doclayout.svg?logo=travis)](https://travis-ci.org/hslua/hslua-module-doclayout)
3+
[![GitHub CI][CI badge]](https://github.com/hslua/hslua-module-doclayout/actions)
4+
[![Build status][Travis badge]](https://travis-ci.org/hslua/hslua-module-doclayout)
55
[![Windows build status](https://ci.appveyor.com/api/projects/status/github/hslua/hslua-module-doclayout?branch=master&svg=true)](https://ci.appveyor.com/project/hslua/hslua-module-doclayout)
6-
[![Hackage](https://img.shields.io/hackage/v/hslua-module-doclayout.svg?logo=haskell)](https://hackage.haskell.org/package/hslua-module-doclayout)
7-
[![Stackage Lts](http://stackage.org/package/hslua-module-doclayout/badge/lts)](http://stackage.org/lts/package/hslua-module-doclayout)
8-
[![Stackage Nightly](http://stackage.org/package/hslua-module-doclayout/badge/nightly)](http://stackage.org/nightly/package/hslua-module-doclayout)
9-
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
6+
[![Hackage][Hackage badge]](https://hackage.haskell.org/package/hslua-module-doclayout)
7+
[![Stackage Lts][Stackage Lts badge]](http://stackage.org/lts/package/hslua-module-doclayout)
8+
[![Stackage Nightly][Stackage Nightly badge]](http://stackage.org/nightly/package/hslua-module-doclayout)
9+
[![MIT license][License badge]](LICENSE)
1010

11-
Lua module wrapping Text.DocLayout.
11+
Lua module wrapping the [doclayout] Haskell package.
12+
13+
[doclayout]: https://hackage.haskell.org/package/doclayout
14+
[CI badge]: https://github.com/hslua/hslua-module-doclayout/workflows/CI/badge.svg
15+
[Travis badge]: https://img.shields.io/travis/hslua/hslua-module-doclayout.svg?logo=travis
16+
[Hackage badge]: https://img.shields.io/hackage/v/hslua-module-doclayout.svg?logo=haskell
17+
[Stackage Lts badge]: http://stackage.org/package/hslua-module-doclayout/badge/lts
18+
[Stackage Nightly badge]: http://stackage.org/package/hslua-module-doclayout/badge/nightly
19+
[License badge]: https://img.shields.io/badge/license-MIT-blue.svg
20+
21+
# License
22+
23+
This package is made available under the MIT license. See [`LICENSE`](LICENSE)
24+
for details.

0 commit comments

Comments
 (0)