Update wordcount.md

Corrected type in final scan command. Scan table wordCount2 rather than table wordCount.
diff --git a/docs/wordcount.md b/docs/wordcount.md
index 3f9cb4b..3e3cc52 100644
--- a/docs/wordcount.md
+++ b/docs/wordcount.md
@@ -62,8 +62,8 @@
 be the same as before:
 
     $ accumulo shell
-    username@instance> table wordCount
-    username@instance wordCount> scan -b the
+    username@instance> table wordCount2
+    username@instance wordCount2> scan -b the
     the count:20080906 []    75
     their count:20080906 []    2
     ...