diff --git a/README.md b/README.md index 84cd544..934ba85 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# LCE-iOS-SDK \ No newline at end of file +# LCE-iOS-SDK + +To Implement: + +1. Download repository. +2. Copy Network folder to your project. +3. In AppDelegate's 'didFinishLaunchingWithOptions' method add 'LaserCatManager.shared.startLogging(appKeyId: {APP_ID_KEY})' line. + +To Stop Logging: +1. Call 'LaserCatManager.shared.stopLogging()' method. + +Note: You must have Alamofire in your project.