Skip to content

Commit

Permalink
Merge pull request #166 from acolver/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jonchenn authored Jul 11, 2024
2 parents 0f71472 + 37c2dd3 commit 90e212e
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 90e212e

Please sign in to comment.