Skip to content

Commit

Permalink
add the cdn to the example file
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceM committed Feb 15, 2020
1 parent 0b42b20 commit a79a5e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ <h1 class="text-5xl font-bold uppercase text-center text-gray-300">Features</h1>
</div>
</section>
</div>
<script src="./dist/hBar.js"></script>
<!-- <script src="./dist/hBar.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/@reecem/h-bar@latest/dist/hBar.min.js"></script>
<script>
/**
* Below we are using the h-bar with the preset values and not from a blog.
Expand Down

0 comments on commit a79a5e5

Please sign in to comment.