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';