From b53234659c423feb33a526965ae67fc423a1d7e3 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Tue, 5 Jun 2018 14:08:58 -0400 Subject: [PATCH] Update AJAXRedux.md --- AJAXRedux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AJAXRedux.md b/AJAXRedux.md index 7d9971a..d516629 100755 --- a/AJAXRedux.md +++ b/AJAXRedux.md @@ -1,5 +1,7 @@ # Using AJAX With Redux +Let's integrate a web API into our [last build](CommentsRedux2.md) + ## Lesson Objectives 1. Make an AJAX GET Request Using Fetch