removed duplicated readme.md (#58)

* removed duplicated readme.md

* replace readme.md with README.md

---------

Co-authored-by: rafapaezbas <rafa@holepunch.com>
This commit is contained in:
rafapaezbas
2024-02-20 13:55:17 +01:00
committed by GitHub
parent d413dc0e4d
commit ddc68c0199
3 changed files with 2 additions and 138 deletions

View File

@@ -59,7 +59,7 @@ customElements.define('docs-viewer', class extends HTMLElement {
this.panel = this.root.querySelector('#panel')
this.entry = '/readme.md'
this.entry = '/README.md'
const observer = new MutationObserver(() => {
if (document.documentElement.classList.contains('light')) this.panel.classList.add('light')