From 1beaa3082f57f46e6ab423c6b6dc37044c525711 Mon Sep 17 00:00:00 2001 From: Almog Tavor <70065337+almogtavor@users.noreply.github.com> Date: Wed, 5 May 2021 15:59:51 +0300 Subject: [PATCH] Dark mode support to README.md banner --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d263abeb9..7b903cd35c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Cybernetically enhanced web apps: Svelte](https://sveltejs.github.io/assets/banner.png)](https://svelte.dev) +[![Cybernetically enhanced web apps: Svelte](https://user-images.githubusercontent.com/70065337/117144256-63833e80-adba-11eb-8f7f-116530701355.png)](https://svelte.dev) [![npm version](https://img.shields.io/npm/v/svelte.svg)](https://www.npmjs.com/package/svelte) [![license](https://img.shields.io/npm/l/svelte.svg)](LICENSE.md) [![Chat](https://img.shields.io/discord/457912077277855764?label=chat&logo=discord)](https://svelte.dev/chat) @@ -40,6 +40,7 @@ To build the compiler and all the other modules included in the package: npm run build ``` + To watch for changes and continually rebuild the package (this is useful if you're using [npm link](https://docs.npmjs.com/cli/link.html) to test out changes in a project locally): ```bash