From 6514d30a2f8941d74ba50cd1a76640f62d5cf7ce Mon Sep 17 00:00:00 2001 From: Emmanuel Crouvisier Date: Thu, 7 May 2020 15:37:49 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e589940..a26cade 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ the always-awesome-and-funny [Christian Selig](https://twitter.com/ChristianSeli for Reddit and though it was just too damn clever not use myself in my app: ``` -UIKeyCommand(title: "Close", action: #selector(handleKeyCommand(sender:)), input: "`", propertyList: "closeModal"), +UIKeyCommand(title: "Close", action: #selector(handleKeyCommand(sender:)), input: "`", propertyList: "closeModal") ```