From dda044e1c36151bdc736fc1496d7d0360761b2e7 Mon Sep 17 00:00:00 2001 From: Hokuang Miao Date: Fri, 24 Oct 2014 18:05:12 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73650d8..7259afa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The Introduction of EMControllerManager +# The Introduction to EMControllerManager ## Purpose It's a common scenario that we want to push a view controller inside another view controller. Assume that we have `ViewController1` and `ViewController2`. Now, we want to push `ViewController2` when a button in the `ViewController1` is touched. A standard practice would be: