Skip to content

Commit b61166e

Browse files
committed
docs: ✏️ fix doc
1 parent 2f2ea58 commit b61166e

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
@@ -36,7 +36,7 @@ protobuf-thrift -t thrift2proto -i ./path/to/idl.thrift -o ./idl.proto
3636
Basic protobuf file to thrift file transform:
3737

3838
```
39-
protobuf-thrift -t proto2thrift -i ./path/to/idl.thrift -o ./test.proto
39+
protobuf-thrift -t proto2thrift -i ./path/to/idl.proto -o ./idl.thrift
4040
```
4141

4242
### Interactive Usage

0 commit comments

Comments
 (0)