From f00face9d5f5cd01a7303c284f0d85c42046ea86 Mon Sep 17 00:00:00 2001 From: aakash verma <67252408+Aakash24-arch@users.noreply.github.com> Date: Sun, 12 Mar 2023 13:13:46 +0530 Subject: [PATCH] delete comma , for not creating misunderstanding when someone view read.md # examples Incorrect = Didi may want to spend her roulette winnings on that Ferrari she always wanted, or a luxury vacation. Correct = Didi may want to spend her roulette winnings on that Ferrari she always wanted or a luxury vacation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11150f39b8..7151e50f29 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Svelte is a new way to build web applications. It's a compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM. -Learn more at the [Svelte website](https://svelte.dev), or stop by the [Discord chatroom](https://svelte.dev/chat). +Learn more at the [Svelte website](https://svelte.dev) or stop by the [Discord chatroom](https://svelte.dev/chat). ## Supporting Svelte