Skip to content

Commit

Permalink
Merge pull request #13 from tgilabs:workflow-works
Browse files Browse the repository at this point in the history
Update CHANGELOG.MD and src/index.html
  • Loading branch information
thefourcraft authored Apr 26, 2024
2 parents 1884c54 + 9152046 commit 693a987
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div id="content"></div>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script>
fetch('../CHANGELOG.md')
fetch('CHANGELOG.md')
.then(response => response.text())
.then(text => document.getElementById('content').innerHTML = marked(text))
.catch(error => console.error('Error loading the CHANGELOG.md:', error));
Expand Down

0 comments on commit 693a987

Please sign in to comment.