From f081e8b4cdaebbd7e2580323128fef7ac7539c54 Mon Sep 17 00:00:00 2001 From: Bob Date: Fri, 29 Dec 2017 00:55:40 -0500 Subject: [PATCH] semicolon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b51af5..1a303ad 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ At the highest level this library supports Cherry and Alps switches, and has pre Every key starts with defaults that are overridden by each function call. The simplest cherry key you can make would be: ``` -cherry() key() +cherry() key(); ``` ![a bog-standard cherry key](assets/example1.JPG)