diff --git a/test.html b/test.html index 45a4601..65a2323 100644 --- a/test.html +++ b/test.html @@ -172,7 +172,7 @@

Instance

By default, BlockAdBlock is instantiated automatically.
To block this automatic instantiation, simply create a variable "blockAdBlock" with a value (null, false, ...) before importing the script.

-
<script>var blockAdBlock = false;</script>
+
<script>var blockAdBlock = false;</script>
 <script src="./blockadblock.js"></script>
After that, you are free to create your own instances:
blockAdBlock = new BlockAdBlock;