mirror of
https://github.com/shaack/bootstrap-auto-dark-mode.git
synced 2025-12-06 07:42:03 +01:00
Update README.md
This commit is contained in:
parent
5d16b1e36d
commit
295ea00889
|
|
@ -11,9 +11,9 @@ Use it by just including `bootstrap-auto-dark-mode.js` in your header and settin
|
||||||
```html
|
```html
|
||||||
<html lang="en" data-bs-theme="auto">
|
<html lang="en" data-bs-theme="auto">
|
||||||
<head>
|
<head>
|
||||||
<!-- you code -->
|
<!-- your code -->
|
||||||
<script src="./src/bootstrap-auto-dark-mode.js"></script>
|
<script src="./src/bootstrap-auto-dark-mode.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<!-- your code -->
|
<!-- your code -->
|
||||||
…
|
<!-- […] -->
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue