From cced7efdfc64b8aeff2e40961d62bb140a100d17 Mon Sep 17 00:00:00 2001 From: Dustin Tauer Date: Fri, 1 Mar 2024 15:03:09 -0600 Subject: [PATCH] added link to updated course --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd7a909..4f5142a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!NOTE] +> This repo is from an archived version of the course. Watch the latest version of the course on [frontendmasters.com](https://frontendmasters.com/courses/service-workers/). + # Service Workers & Offline Course by Kyle Simpson Code for the Web Workers section of the Service Workers and Offline course by Kyle Simpson. @@ -6,4 +9,4 @@ Code for the Web Workers section of the Service Workers and Offline course by Ky To get started, download the [Starter Files (ZIP)](https://static.frontendmasters.com/resources/2019-05-10-service-worker-pwa/service-workers-starter.zip) -Don't forget to `npm install` the necessary modules. \ No newline at end of file +Don't forget to `npm install` the necessary modules.