From 133a2abe26ac4a0165b408d68450b868ffbb5969 Mon Sep 17 00:00:00 2001 From: Jason Snelders Date: Fri, 27 Oct 2023 18:24:34 +1100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1a5cf2..1298169 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ However, a recent PR has prompted me to chip away at it again on the weekends. Next stage of development will "modernise" the code to ES6, introduce Vue single file components and use Parcel.js for compilation. I started this with pure in-browser scripts to cut down on screwing around with build tools but it's now large enough to need them for better code architecture. -Use it at [https://profilestudio.co](https://profilestudio.co/#/) +Use it at [https://profile-studio.netlify.app/](https://profile-studio.netlify.app/) Dependencies: @@ -30,3 +30,9 @@ Dependencies: 1) W3CSS (https://www.w3schools.com/w3css/) 2) VueJS (https://vuejs.org/) 3) Vue Router (https://router.vuejs.org/) + +**Updates:** + +27 Oct 2023: +* Update the published URL to [https://profile-studio.netlify.app/](https://profile-studio.netlify.app/). +* I haven't had time in the last few years to work on this, but I'm thinking I need to do some updates.