From 0bc6874b88e748dc0d35541eb92ee22d486e0ca8 Mon Sep 17 00:00:00 2001 From: aadishgoel2013 Date: Sun, 8 Oct 2017 20:12:28 +0530 Subject: [PATCH] Update README.md --- WordCount/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordCount/README.md b/WordCount/README.md index 59aa93d..104bb41 100644 --- a/WordCount/README.md +++ b/WordCount/README.md @@ -2,7 +2,7 @@ # Word Count One way is to implement mapper and reduce by ourselves
-And another is by using Inbuilt Mapper and Reducer +And another is by using Inbuilt mapper and reducer ## Using User Defined > wordCountDriver.java