From 37c2dd375127f03679a3289a8d99fb655b4d94e5 Mon Sep 17 00:00:00 2001 From: Alan Colver <69013624+acolver@users.noreply.github.com> Date: Thu, 11 Jul 2024 11:19:41 -0600 Subject: [PATCH] Update README.md Fix `sb` commands --- solutions_builder/modules/restful_service/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions_builder/modules/restful_service/README.md b/solutions_builder/modules/restful_service/README.md index ea4f7c92..a2d4dd26 100644 --- a/solutions_builder/modules/restful_service/README.md +++ b/solutions_builder/modules/restful_service/README.md @@ -15,7 +15,7 @@ A generic RESTful API service module that manages one data model in Firestore. To add a new RESTful service with a specific data model: ``` -st components add restful_service +sb add component [component_name] -t restful_service ``` Fill details in the prompt: @@ -34,7 +34,7 @@ Once completed, it will add a new component folder ### Update an existing module in a solution folder ``` -st components update [component_name] +sb update component [component_name] ``` ## Development