From 44d6fd7c8a876f186b9fb050b3b56aa550eb813b Mon Sep 17 00:00:00 2001 From: Andrew Homeyer Date: Tue, 12 Nov 2024 11:54:35 -0700 Subject: [PATCH] Fix example command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4c4a95..999c323 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Inside your Redwood project you can now use the `rw-shad` command to generate co For example, the command below will generate a button component ``` -yarn rw-shad button +yarn dlx rw-shad button ``` Note