From 618d9b86f42b5c93e9da97b4adfc31024acbc7d1 Mon Sep 17 00:00:00 2001 From: LudoP Date: Fri, 23 Apr 2021 10:41:59 +0200 Subject: [PATCH] Fix demo link Demo link was pointing to the wrong url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37fc311..b302664 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Angular Image Annotator ## Description -An Angular library for in-browser image annotation (think MSPaint on the canvas). [View demo.](https://drewctate.github.io/angular-image-annotator-demo/) +An Angular library for in-browser image annotation (think MSPaint on the canvas). [View demo.](https://andrewctate.github.io/angular-image-annotator-demo/) Contributions/issues welcome. Please open an issue before submitting a PR.