From c624ffe70121a3fa25f4b77610532cf6d5749b13 Mon Sep 17 00:00:00 2001 From: Jacob Gillespie Date: Tue, 29 Mar 2022 15:27:16 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5986df..aaad675 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🦊 run -A small utility for running `package.json` scripts and npm modules. `run` is written in Go and executes scripts faster than `npm`, `yarn`, or `pnpm` since it can skip the Node.js startup time. +A small utility for running `package.json` scripts and npm modules. `run` is written in Go and executes scripts faster than `npm`, `yarn`, or `pnpm` since it can skip the Node.js startup time. Additionally `run` supports dynamic shell completion that suggests available script names as completions. ### Installation