Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJoiner authored Mar 28, 2024
1 parent e3aa7d0 commit a518f44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ The `codegen` directory contains the code generation tool for creating models fr
Example usage:

```bash
go run ./cmd/codegen -output=./pkg/vss -spec=./schema/vss_rel_4.2-DIMO.csv -definitions=./schema/definitions.yaml -package=vss
package main
go run github.com/DIMO-Network/model-garage/cmd/codegen -output=pkg/vss -generators=all
```

#### Generation Info
Expand Down

0 comments on commit a518f44

Please sign in to comment.