Update README.md

This commit is contained in:
2020-04-29 14:15:45 -04:00
committed by GitHub
parent 16d8e747aa
commit 67aadc2bfe
+3 -3
View File
@@ -4,6 +4,6 @@ Simple dark mode switching with local storage & OS setting detection!
- [`dark-mode.js`](dark-mode.js) has all the juicy stuff. - [`dark-mode.js`](dark-mode.js) has all the juicy stuff.
- [`dark-mode.min.js`](dark-mode.min.js) is minified for production. - [`dark-mode.min.js`](dark-mode.min.js) is minified for production.
- [`index.html`](index.html) & [`dark-mode.css`](dark-mode.css) create a very barebones example. - [`index.html`](index.html) & [`dark-mode.css`](dark-mode.css) make up a very barebones example.
- [View example.](https://jakejarvis.github.io/dark-mode-example/) - [View the example.](https://jakejarvis.github.io/dark-mode-example/)
- [Read blog post.](https://jarv.is/notes/dark-mode/) - [Read the blog post.](https://jarv.is/notes/dark-mode/)