[0.1.2] Update readme

This commit is contained in:
Shial 2018-01-08 09:00:44 +11:00
parent 006e7606ba
commit 98920da683
1 changed files with 1 additions and 1 deletions

View File

@ -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.