From 6c5b9d249eb7480ee907ef7b49bb84e18e883fed Mon Sep 17 00:00:00 2001 From: DanielApt Date: Thu, 24 Sep 2015 09:53:59 +0100 Subject: [PATCH] Add missing parentheses --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b70d6df..46e5f78 100644 --- a/README.md +++ b/README.md @@ -338,13 +338,13 @@ You can listen to these events either with vanilla JavaScript ```javascript document.addEventListener('ps-scroll-x', function () { // ... -} +}) ``` or with jQuery ```javascript $(document).on('ps-scroll-x', function () { // ... -} +}) ``` ## Contribution