From e08d5f80fdd3d15a50428775188e0f61ee20d5ec Mon Sep 17 00:00:00 2001 From: "John L. Stricker" Date: Thu, 23 Mar 2017 12:12:08 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6f9f75..e0b324f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ would print: ``` 📖|LifeCycle|2017-03-23 10:55:37.193 AppDelegate.swift application(_:didFinishLaunchingWithOptions:) line 22: -App did finish launching with options: nil``` +App did finish launching with options: nil +``` ## Check and Report (under development) Checks are designed to check if a condition is fulfilled, if it is not then an error is reported. Each check method should have a corresponding report method (though you can have report methods without a matching check method).