From bc17a9b417b02c3e343b68ad16d09dd1f3bb3397 Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 4 Mar 2018 23:46:53 +0000 Subject: [PATCH] Repo GH pages link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9e4bd8..39ad12c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A lightweight (~7KB min) ES6 library for dealing with character counts on text fields, providing events, live counters and more! -An interactive preview can be found on the [GitHub page for this project](https://othyn.github.io/char-count/). +An interactive preview can be found on the [GitHub page for this project](https://othyn.github.io/char-count-es6/). #### Brief The concept of the library is to define a state that the field is in dependent on where the field sits within the configured thresholds. The character count thresholds are seperated into 3 key targets; Warning, Danger and Expended. Warning is for "you're getting close!", Danger is for "for real, you are running out" and Expended is for "all used up!". When the field is empty an Empty state is declared, along with a similar Fine state being applied when the field sits between an Empty and Warning state.