From fb7a41f6ebba2bf3e699f0caacc1928698571a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Devran=20=C3=9Cnal?= Date: Mon, 28 Nov 2016 23:02:42 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a31690..c7878e3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Written in Swift 3. ## Usage -Set your ViewController as a `rootViewController` of a `TinyConsoleController`-Instance. +Create a `TinyConsoleController`-Instance and pass your App-ViewController as a `rootViewController` parameter. ```swift TinyConsoleController(rootViewController: MyMainViewController())