From 1c075673fc83fb6f2e323ed9465b198707a124b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20G=C3=A9lineau?= Date: Mon, 25 Jan 2016 22:12:38 -0500 Subject: [PATCH] the hackage name is 'haskell-awk', not 'Hawk' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdf40f0..8bf5622 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Hawk [![Hackage](https://img.shields.io/hackage/v/Hawk.svg)](https://hackage.haskell.org/package/Hawk) +# Hawk [![Hackage](https://img.shields.io/hackage/v/haskell-awk.svg)](https://hackage.haskell.org/package/haskell-awk) Transform text from the command-line using Haskell expressions. Similar to [awk](http://cm.bell-labs.com/cm/cs/awkbook/index.html), but using Haskell as the text-processing language.