From f960b0d20a1b8a7c7a7522f9203595743519a594 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 1 Jul 2017 02:52:07 +0800 Subject: [PATCH] use only ID name for DOM (#431) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0dbe974..44c56aa 100644 --- a/readme.md +++ b/readme.md @@ -149,7 +149,7 @@ For use in Bootstrap Modals or with any other library that changes the focus you ```js new Clipboard('.btn', { - container: document.getElementById('#modal') + container: document.getElementById('modal') }); ```