From 5c873d1814a43a95d81c7007a8cb4e8a33ec4bc2 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Tue, 20 Jun 2017 12:25:00 -0400 Subject: [PATCH] oops --- README.md | 2 +- router/routing_summary.md => routing_summary.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename router/routing_summary.md => routing_summary.md (100%) diff --git a/README.md b/README.md index 59d6f12..620c3ed 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 1. [:15] Lesson/Code-along: [Routing in Angular](routing.md) 1. [:15] Lesson/Code-along: [URL Params](url_params.md) 1. [:15] Lesson/Code-along: [Nesting](nesting.md) -1. [:10] Lesson: [Summary](summary.md) +1. [:10] Lesson: [Summary](routing_summary.md) 1. [:15] Lesson/Demo: APIs 1. [:15] Code-along: APIs 1. [:15] Lesson/Code-along: AJAX/Routing diff --git a/router/routing_summary.md b/routing_summary.md similarity index 100% rename from router/routing_summary.md rename to routing_summary.md