From 2caead4c0c1c76868a27276c2444cdd76eee1d4d Mon Sep 17 00:00:00 2001 From: Eric WIlfong Date: Tue, 17 Oct 2017 17:03:32 -0400 Subject: [PATCH] Update README.md Fixed comments in CSS example. There is no single-line comment (e.g. //) in CSS. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4bd2208..8ad8111 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,10 @@ You can also add HTML and CSS directly on the page. The popup element you wish + #bio_ep_bg {} /* background */ + #bio_ep {} /* popup */ + #bio_ep_close {} /* close button */ +
@@ -106,4 +106,4 @@ Name | Type | Default | Description MIT license, feel free to use however you wish! -Created by [beeker.io](http://beeker.io/exit-intent-popup-script-tutorial) \ No newline at end of file +Created by [beeker.io](http://beeker.io/exit-intent-popup-script-tutorial)