Skip to content

Commit b651d1b

Browse files
Update README.md (#8)
* Update README.md * Update README.md
1 parent 4c8b15a commit b651d1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Hawaii-Cli/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ C#
55

66
- Helpful commands to improve your workflows
77
1.Initialize the configuration.
8-
2.Add new Entities.
9-
3.Update Entity Details
10-
4.Add/Update relationship between entities.
8+
2.Add new Entities.
9+
3.Update Entity Details
10+
4.Add/Update relationship between entities.
1111

1212
- Let the user to run locally in any environment
1313

@@ -25,7 +25,7 @@ The equivalent npm global install will also work.
2525

2626
### Generate the config:
2727
```
28-
hawaii init -name <<filename>> --database_type <<db_type>> --connection_string <<connection_string>>
28+
hawaii init -name <<filename>> --database-type <<db_type>> --connection-string <<connection_string>>
2929
```
3030
### Add entity to the config:
3131
```
@@ -74,4 +74,4 @@ hawaii update todo --name todo-005 --relationship owner --target.entity user --c
7474

7575
## Contributing
7676

77-
Please read through the [contributing guidelines](./CONTRIBUTING.md)
77+
Please read through the [contributing guidelines](./CONTRIBUTING.md)

0 commit comments

Comments
 (0)