Skip to content

Commit 60d0b8f

Browse files
committed
plugin docs
1 parent ae0636f commit 60d0b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To test purescript-protobuf, run `nix develop` from the top level directory
3131
of the repo, then `cd plugin` and generate the test messages:
3232

3333
```shell
34-
protoc --purescript_out=./plugin/test/Test/generated --proto_path=./test ./test/*.proto
34+
protoc --purescript_out=./test/Test/generated --proto_path=./test ./test/*.proto
3535
```
3636

3737
Or, to generate messages with the bundled plugin, not the Nix store plugin:

0 commit comments

Comments
 (0)