From 33ae5f5f9bac5cd70e728054c43ef4098be36cef Mon Sep 17 00:00:00 2001 From: Jon Uhlmann Date: Mon, 2 Dec 2024 15:02:29 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05906c6..65f6aa7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This editor has some more features as the one who is already in the core: * Minimal and maximal are clickable * It's possible to hide the input via `showInput: false` -* The text input has a nicer ux, specially if a unit is set +* The text input has a nicer UX, specially if a unit is set * You can set a own text for every value * The input field is debounced, so it is finally possible to set the value with the keypad * Handle arrows keys (up/down) (with modifier keys for bigger steps) to increase or decrease the value via keyboard