Update README.md

Just a small fix.
diff --git a/README.md b/README.md
index bd9ffb6..17837c9 100644
--- a/README.md
+++ b/README.md
@@ -273,7 +273,7 @@
   // do something here to set environment depending on an environment variable
   // or command-line flag
   if Environment == "production" {
-    log.SetFormatter(&logrus.JSONFormatter{})
+    log.SetFormatter(&log.JSONFormatter{})
   } else {
     // The TextFormatter is default, you don't actually have to do this.
     log.SetFormatter(&log.TextFormatter{})