From 368916a581c14de92d6f42786d8919d27a3e7ffc Mon Sep 17 00:00:00 2001 From: Tom Howland <39370163+THowland1@users.noreply.github.com> Date: Mon, 8 Feb 2021 22:50:23 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3320941..00346be 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Introduction This repository contains a simple Full Stack Express / React application. It is intended to demonstrate as wide an array of features as possible while still keeping the app simple and easy to understand. - This application accompanies the course on Pluralsight Building a Full Stack Application with Express and React [Note: Add link]. + This application accompanies the course on Pluralsight [Building a Full Stack Application with Express and React](https://www.pluralsight.com/courses/react-express-full-stack-app-building). This application consists of Front End component (located in the `app` directory) that is built with Redux and React. It also has a Back End component (located in the `server` directory) that uses Express to manage