Skip to content

Commit cb20b5c

Browse files
authored
Update README.md
1 parent 04df8d1 commit cb20b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ go install github.com/mpyw/[email protected]
3131
### [separate-interface](./cmd/separate_interface.go)
3232

3333
```ShellSession
34-
user@host:~$ sqlc-restruct --help
34+
user@host:~$ sqlc-restruct separate-interface --help
3535
NAME:
3636
sqlc-restruct separate-interface - Separates models and the `Querier` interface from the `Queries` struct. This is typically done to adhere to the Dependency Inversion Principle (DIP), allowing for more flexible and testable code.
3737

0 commit comments

Comments
 (0)