From 7a21c32501945418b89da87a2fd34ac4fe8fbf3d Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Sat, 7 Sep 2019 22:11:18 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47a93b1..119b0e0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# which +# which [![travis-ci](https://api.travis-ci.org/obsidiansystems/which.svg?branch=develop)](https://travis-ci.org/obsidiansystems/which) `which` is a Haskell library that provides functionality similar to its [\*nix namesake](https://en.wikipedia.org/wiki/Which_(command)) on the command line. You can use this library to determine the full path of a command that will be executed by your Haskell program.