From 98920da683c6b301be0ec205fdb8d87e76d7b78c Mon Sep 17 00:00:00 2001 From: Shial Date: Mon, 8 Jan 2018 09:00:44 +1100 Subject: [PATCH] [0.1.2] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2de4707..b12568c 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ import SLazeKit extension SLazeKit { //Provide base path for your API requests. - open class var basePath?: String { return "www.yourdomain.com" } + open class var basePath: String? { return "www.yourdomain.com" } //Additional you can set port for your requests. open class var basePort: Int? { return 8040 } //You can provide your own instance of JSONDecoder.