From 61981f3e84410538147f48d1a55a57228da50a11 Mon Sep 17 00:00:00 2001 From: Niko Yuwono Date: Wed, 7 Dec 2016 17:30:40 +0900 Subject: [PATCH] Add LightCycles.bind() to the built-in dispatchers section readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6c5e5e..1a9ac1f 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ public class MyController extends ActivityLightCycleDispatcher { @Override public void onCreate(Bundle savedInstanceState) { + LightCycles.bind(this) // <- bind the lightcycles [...] // <- specific init super.onCreate(savedInstanceState) // <- call super to dispatch. }