Update README.md

This commit is contained in:
Stefan Haack 2024-03-04 10:45:32 +01:00 committed by GitHub
parent 5d16b1e36d
commit 295ea00889
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,9 +11,9 @@ Use it by just including `bootstrap-auto-dark-mode.js` in your header and settin
```html
<html lang="en" data-bs-theme="auto">
<head>
<!-- you code -->
<!-- your code -->
<script src="./src/bootstrap-auto-dark-mode.js"></script>
</head>
<!-- your code -->
<!-- [] -->
```