Skip to content

Commit

Permalink
Correction documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
sitexw committed Aug 19, 2015
1 parent 651622f commit bbc5891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h3 class="text-left">Instance</h3>
By default, BlockAdBlock is instantiated automatically.<br>
To block this automatic instantiation, simply create a variable "blockAdBlock" with a value (null, false, ...) before importing the script.
</p>
<pre><code class="javascript">&lt;script&gt;var blockAdBlock = false;&lt/script&gt;
<pre><code class="html">&lt;script&gt;var blockAdBlock = false;&lt/script&gt;
&ltscript src="./blockadblock.js"&gt;&lt/script&gt;</code></pre>
After that, you are free to create your own instances:
<pre><code class="javascript">blockAdBlock = new BlockAdBlock;
Expand Down

0 comments on commit bbc5891

Please sign in to comment.