From c95c510a421bce4e070cf1cd10360e6009a13a84 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Sat, 1 Sep 2018 06:26:16 -0500 Subject: [PATCH] fix Windows typo and clarify Apache Ant --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b83635a31..bcbb24658 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Run from source ------------------ If you have cloned this repository to your computer, you can run OpenRefine with: * `./refine` on Mac OS and Linux -* `refine.bat` on Window -This requires JDK 8 and Ant. +* `refine.bat` on Windows +* This requires JDK 8 and Apache Ant. Documentation and Videos -------------------------