From d0614a52a24d1397b002979d03d2cf2e9588da71 Mon Sep 17 00:00:00 2001 From: Shaun Mahood Date: Tue, 23 Aug 2016 15:31:11 -0600 Subject: [PATCH] Change format a bit --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index b6adfac..4a1a4e5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,11 +1,11 @@ -Structuring Your Application +## Structuring Your Application 1. [Basic App Structure](Basic-App-Structure.md) 2. [Navigation](Navigation.md) 3. [Namespaced Keywords](Namespaced-Keywords.md) -Understanding Event Handlers: +## Understanding Event Handlers: 1. [EffectfulEvents](EffectfulEvents.md) 2. [Interceptors](Interceptors.md)