From ff37a01b9ef99ed22f5711337f2e1eb90b0d790a Mon Sep 17 00:00:00 2001 From: Anthony Hernandez Date: Tue, 12 Jan 2021 17:02:02 -0800 Subject: [PATCH] Update README install directions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d87e840..094ba1e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # Kekos Utility package used to easily apply key code support for key press events you'd like to potentially fire a callback in response to. + ## Getting Started ```bash -npm i kekos +npm i @tonytino/kekos ``` ## Example Usage