From 37383b25fa4d6b02b0cbb6c8dd6e023c1dbf895b Mon Sep 17 00:00:00 2001 From: Hadi Dbouk Date: Tue, 31 Oct 2017 09:01:24 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd449b7..6c3b6ee 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Make a **Config.swift** file and copy paste the below code there. -``` +```swift import Foundation private let configManagerSharedInstance = ConfigManager() class Config { @@ -71,7 +71,7 @@ class ConfigManager: NSObject { ``` # Step Four. I have also made a file **Constants.swift** in which i have set the varibles using the above code. -``` +```swift // // Constants.swift