From 8b61f27849eb90686e5f3175e76892c56adbc8b1 Mon Sep 17 00:00:00 2001 From: Joe Bowbeer Date: Wed, 22 Sep 2021 01:08:40 -0700 Subject: [PATCH] Update README.md --- 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