Skip to content

Commit

Permalink
Fixing path to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manjeshbhargav committed Jul 17, 2024
1 parent bfc8dec commit 3b599f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/virtualbackground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h5 class="modal-title" id="errorModalLabel">Error</h5>
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.min.js"></script>
<script>
(async () => {
const response = await fetch('README.md');
const response = await fetch('/examples/README.md');
const text = await response.text();
const $instructions = document.getElementById('instructions');
const $zeroMd = document.createElement('zero-md');
Expand Down

0 comments on commit 3b599f8

Please sign in to comment.