tweaked readme example
diff --git a/README.md b/README.md
index f4781a7..de5b8c5 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@
 that will be evaluated only if the message is actually logged:
 
 ```dart
-  log.fine(() => [1, 2, 3, 4, 5].map((e) => e * 4).join("-"));
+log.fine(() => [1, 2, 3, 4, 5].map((e) => e * 4).join("-"));
 ```
 
 See the [Logger] class for the different logging methods.