From eac299f2f8a5c70c6c94e23a9f079c19a01ef1bb Mon Sep 17 00:00:00 2001 From: Conduitry Date: Sat, 29 Feb 2020 12:49:16 -0500 Subject: [PATCH] adjust wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76ff052720..fa725804a9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ cd svelte npm install ``` -Note: Do not use `yarn` to install the dependencies, as specific package versions in `package-lock.json` are used to build & test svelte. +> Do not use Yarn to install the dependencies, as the specific package versions in `package-lock.json` are used to build and test Svelte. > Many tests depend on newlines being preserved as ``. On Windows, you can ensure this by cloning with: > ```bash