diff --git a/README.md b/README.md
index a6947c7..5338dc3 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@ struct Api: RouterType {
     }
     
     static let `default`: Environment = .localhost
+}
 ```
 
 And in our application we would use it like this: