Fix typo
diff --git a/README.md b/README.md
index 4797cc1..7a38816 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
 
 void main() {
   var handler = createStaticHandler('example/files', 
-      defaultDocument: 'index.html')
+      defaultDocument: 'index.html');
 
   io.serve(handler, 'localhost', 8080);
 }