From 7186bd6548400896f8b12fd48741863d0e668e73 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sat, 12 Jan 2019 01:14:36 -0600 Subject: [PATCH] Spaces not tabs updated to use spaces instead of tabs to be consistent --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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
+    
 
```