From 09eed6c9160537550df8a7029afb689af8d4bd2b Mon Sep 17 00:00:00 2001 From: Jordan Date: Sat, 21 May 2016 10:05:09 -0400 Subject: [PATCH] Update README.md Fixed the doc so the events match the actual directive events. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8af3b34..8e1c68f 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ an AngularJS wrapper around a jquery plugin, this directive still uses chardin.j `data-intro`: Text to show with the instructions `data-position`: (`left`, `top`, `right`, `bottom`), where to place the text with respect to the element -Additionally this directive provides delegation of chardin.js start and stop events via, help-overlay-start and -help-overlay-stop: +Additionally this directive provides delegation of chardin.js start and stop events via, overlay-start-callback and +overlay-stop-callback: ```HTML -... +... ``` events being passed are the original chardin.js event objects.