Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
brcontainer committed Jan 22, 2021
1 parent 13cd29b commit 3edd1a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ <h3 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent link">
</pre></div>

<p>or</p>
<div class="codehilite"><pre><span class="kd">var</span> <span class="nx">element</span> <span class="o">=</span> <span class="nb">document</span><span class="p">.</span><span class="nx">getElementById</span><span class="p">(</span><span class="s1">&#39;#myVideo&#39;</span><span class="p">);</span>
<div class="codehilite"><pre><span class="kd">var</span> <span class="nx">element</span> <span class="o">=</span> <span class="nb">document</span><span class="p">.</span><span class="nx">getElementById</span><span class="p">(</span><span class="s1">&#39;myVideo&#39;</span><span class="p">);</span>

<span class="p">...</span>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ For use an video in fullscreen (Vanilla.js :P):
or

```javascript
var element = document.getElementById('#myVideo');
var element = document.getElementById('myVideo');

...

Expand Down
2 changes: 1 addition & 1 deletion full-screen-helper.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* full-screen-helper.js 1.0.2
* full-screen-helper.js 1.0.5
*
* Copyright (c) 2017 Guilherme Nascimento ([email protected])
*
Expand Down

0 comments on commit 3edd1a3

Please sign in to comment.