From 50585ae0fe5da239cf86ad3b76a225d5b9d0e83d Mon Sep 17 00:00:00 2001 From: Corey Martin Date: Wed, 18 Oct 2023 13:51:12 -0700 Subject: [PATCH] Update README.md (#294) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68303b116..cb4169338 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Then to build dependencies and run a specific example - get the package.json nam yarn start --filter=@lightsparkdev/remote-signing-server ``` -Or to build all dependencies and run all examples simply do: +Or to build all packages and run all examples simply do: ``` yarn start