From bbec2d8f5fa98b54418808d7c899a40c8f507392 Mon Sep 17 00:00:00 2001 From: recursion-ninja Date: Wed, 30 Jan 2019 11:10:32 -0500 Subject: [PATCH] Updating README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c0d863..064a059 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ -# mono-traversable-keys +## Type-classes for interacting with monomorphic containers with a key -Provides type-classes for interacting with monomorphic containers in the following was: +[![Build Status](https://travis-ci.org/recursion-ninja/mono-traversable-keys.svg?branch=master)](https://travis-ci.org/recursion-ninja/mono-traversable-keys) +[![License FreeBSD](https://img.shields.io/badge/license-FreeBSD-brightgreen.svg)](http://opensource.org/licenses/BSD-3-Clause) +[![Hackage](https://img.shields.io/hackage/v/mono-traversable-keys.svg?style=flat)](https://hackage.haskell.org/package/mono-traversable-keys) +[![Stackage Nightly](http://stackage.org/package/mono-traversable-keys/badge/nightly)](http://stackage.org/nightly/package/mono-traversable-keys) +[![Stackage LTS](http://stackage.org/package/mono-traversable-keys/badge/lts)](http://stackage.org/lts/package/mono-traversable-keys) + +Provides type-classes for interacting with monomorphic containers in the following ways: * zipping * adjusting an element at a key @@ -11,4 +17,4 @@ Provides type-classes for interacting with monomorphic containers in the followi * traversing with a key * zipping with a key -This package is the extension of two other popular libraries, [`mono-traversable`](http://hackage.haskell.org/package/mono-traversable) and [`keys`](http://hackage.haskell.org/package/keys), designed to provided the functionality of the `keys` package to the monomorphic containers enhanced by the `mono-traversable` package. \ No newline at end of file +This package is the extension of two other popular libraries, [`mono-traversable`](http://hackage.haskell.org/package/mono-traversable) and [`keys`](http://hackage.haskell.org/package/keys), designed to provided the functionality of the `keys` package to the monomorphic containers enhanced by the `mono-traversable` package.