Skip to content

Commit

Permalink
Merge pull request #29 from kandros/patch-1
Browse files Browse the repository at this point in the history
fix command path
  • Loading branch information
dahernan authored Jan 13, 2021
2 parents 37d6dfe + aadb02f commit fabfb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ oto -template ./templates/server.go.plush \
-ignore Ignorer \
-pkg generated \
./definitions
gofmt -w ./oto.gen.go ./oto.gen.go
gofmt -w ./generated/oto.gen.go ./generated/oto.gen.go
oto -template ./templates/client.js.plush \
-out ./generated/oto.gen.js \
-ignore Ignorer \
Expand Down

0 comments on commit fabfb68

Please sign in to comment.