From 240c039d03936ead133469e3cf1bcfead57563ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Thu, 28 Sep 2017 08:23:06 +0200 Subject: [PATCH] controller->focus --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 494c695..741801a 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ When a transition is completed it is up to the developer to send a ````transitio end ## Screen focus gain/loss -Monarch will send focus gain and focus loss messages if a controller url was provided when the screen was created. Example: +Monarch will send focus gain and focus loss messages if a focus url was provided when the screen was created. Example: local monarch = require "monarch.monarch"