From 5317d00d531ca7be499f6a219171b781660758f5 Mon Sep 17 00:00:00 2001 From: Henric Trotzig Date: Tue, 8 Jan 2019 14:14:55 +0100 Subject: [PATCH] Use `npm run` consistently throughout README I was reading through the README and noticed that one of the command examples uses `yarn run` instead of `npm run` (like all others examples). Not that I have anything against yarn, but it feels better to be consistent about this throughout the document. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dde8eb6..86ac751 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The package can be used in conjunction with the Node.js inspector like this: As the final step, start the development server like this: ```bash -yarn run inspect +npm run inspect ``` ## Contributing