From 2d02c5292593ee7dd152118551c4abe681a3235b Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 3 Aug 2021 13:23:21 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1d4f25b..d75ffed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 🌓 Dark mode switcheroo +[![CI](https://github.com/jakejarvis/dark-mode.js/actions/workflows/ci.yml/badge.svg)](https://github.com/jakejarvis/dark-mode.js/actions/workflows/ci.yml) [![npm (scoped)](https://img.shields.io/npm/v/jakejarvis/dark-mode)](https://www.npmjs.com/package/@jakejarvis/dark-mode) + Simple dark mode switching with saved preference via local storage & dynamic OS setting detection! - [View the example.](https://jakejarvis.github.io/dark-mode-example/)