From a5bb3c1e09be0d0b9f4ca9d50463c7ffa4cde1df Mon Sep 17 00:00:00 2001 From: Bo Andersen Date: Mon, 27 Nov 2017 19:25:45 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c2abd6..386661f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Vue.js Mail Example Application -This repository contains the code for the second example application from the [Vue.js: From Beginner to Professional course](https://www.udemy.com/vuejs-from-beginner-to-professional/?couponCode=GITHUB10&utm_source=github&utm_campaign=vuejs_mail_app&utm_medium=referral). +This repository contains the code for the second example application from the [Vue.js: From Beginner to Professional course](https://l.codingexplained.com/course/vuejs?src=github). ## Getting up and Running @@ -13,4 +13,4 @@ npm run dev # Build for production with minification npm run build -``` \ No newline at end of file +```