From 7d8e954fda6d2de31be1d3d78c3c75f0714daab8 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Mon, 7 Aug 2023 19:02:07 +0200 Subject: [PATCH] Make reasoning in readme a bit more polite --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4bdd29..6006134 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Or [worse](https://github.com/search?q=%5B%22a%22%2C+%22b%22%2C+%22c%22%2C+%22d% const alphabet = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"]; ``` -My opinion about this: it's ugly, and it pollutes your code. Instead, you should [do it like so](#how-to-use): +My opinion about this: it's ugly, and it pollutes your code. Instead, why not [do it like this](#how-to-use): ```js import { latin } from 'alphabets';