From 72ed6965bee3ff374dc154754e4be507bda93b29 Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Wed, 7 Oct 2020 18:03:24 +0200 Subject: [PATCH] update and cleanup README --- README.md | 85 +++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 63 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 8120338e..dd1f6de8 100644 --- a/README.md +++ b/README.md @@ -1,50 +1,91 @@ -keycharm -======== +# keycharm Easy and free library for binding keys. +## Install + Keycharm is on npm so you can install it with: -``` + +```bash npm install keycharm ``` +## Import + +### IIFE (browser) -Example: +After importing the script `keycharm` is availible globally: +```html +