From bfa31b1cff54363a87a6a8686d64d681cb84e9fe Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 17 Nov 2015 22:13:47 -0500 Subject: [PATCH] README neaten --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb67fbf6a..38740a885 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ **Miller is like sed, awk, cut, join, and sort for name-indexed data such as CSV.** [![Build Status](https://travis-ci.org/johnkerl/miller.svg?branch=master)](https://travis-ci.org/johnkerl/miller) -(See also [here] (https://github.com/johnkerl/miller/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) for active issues.) With Miller, you get to use named fields without needing to count positional indices. @@ -67,3 +66,4 @@ Documentation: * Build information including dependencies: http://johnkerl.org/miller/doc/build.html * Notes about issue-labeling in the Github repo: https://github.com/johnkerl/miller/wiki/Issue-labeling * For all other information, please visit http://johnkerl.org/miller/doc +* See also [here] (https://github.com/johnkerl/miller/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) for active issues.