From 3f184ba43e7d164d14d8db6f0171fc29bb4343ab Mon Sep 17 00:00:00 2001 From: bartvdbraak Date: Thu, 6 Feb 2020 17:05:36 +0100 Subject: [PATCH] new name, new link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b5fc64..f8d2de9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Slayer Weight Calculator -[![A cross-section of the Applications interface.](application.png)](https://bartvdbraak.github.io/slayweightcalc/index.html) +[![A cross-section of the Applications interface.](application.png)](https://bartvdbraak.github.io/SlayerWeightCalculator) > A calculator for slayer geeks that need to know percentages. Reworked in VueJS. *** The full application can be accessed at: -https://bartvdbraak.github.io/slayweightcalc/index.html +https://bartvdbraak.github.io/SlayerWeightCalculator ## Why VueJS? This application was first written with little knowledge of the front-end Javascript landscape. Therefore, only jQuery and Datatables were used in conjunction with vanilla HTML and Bootstrap CSS. The codebase wasn't easily maintainable, making bugfixes or feature additions extremely tedious and time consuming.