From da7c4a42840230ddaa7c101dbc86edb752787c64 Mon Sep 17 00:00:00 2001 From: Joe Bowbeer Date: Wed, 22 Sep 2021 03:40:19 -0700 Subject: [PATCH] chore: update `npm` instructions in README (#11890) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8a46fcb7581..0a30e3fdb221 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Add the following section to your `package.json`: } ``` -Finally, run `yarn test` or `npm run test` and Jest will print this message: +Finally, run `yarn test` or `npm test` and Jest will print this message: ```bash PASS ./sum.test.js