diff --git a/README.md b/README.md index d2b67aa..da62495 100644 --- a/README.md +++ b/README.md @@ -56,14 +56,14 @@ When rendering your outputted html, make sure to wrap your output code in the `< ```html - Hello World - + Hello World +
     
-		func hello(world: String) -> Int
-	
+        func hello(world: String) -> Int
+    
 
```