Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix `sb` commands
  • Loading branch information
acolver authored Jul 11, 2024
1 parent 0f71472 commit 37c2dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solutions_builder/modules/restful_service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 37c2dd3

Please sign in to comment.