From ab8104e7adb50337202a9b45f91980dd21eea03f Mon Sep 17 00:00:00 2001 From: Bo Andersen Date: Mon, 27 Nov 2017 19:29:10 +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 06232fd..17c4b18 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Working with Vue.js Forms -This repository contains the code for the forms section from the [Vue.js: From Beginner to Professional course](https://codingexplained.com/l/github/vue-js-github). +This repository contains the code for the forms section 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 +```