Skip to content

Commit c334eed

Browse files
authored
Update README.md
1 parent 9604bbe commit c334eed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ $ protoc --js_out=import_style=commonjs,binary:. employees.proto
1717

1818
### Compare JSON and Protobuf Data size
1919

20+
> [max@workstation grpc-series-protobuf-js]$ ls -al
2021
| Size | Filename | Method |
2122
|------|---------------|----------|
2223
| 123 | employees.json| JSON |
2324
| 48 | employees.bin | Protobuf |
2425

2526
## Output of examples
2627

27-
> [max@workstation gRPC-JS]$ node protobuf.js
28+
> [max@workstation grpc-series-protobuf-js]$ node protobuf.js
2829
```
2930
Ali name is: ALI
3031
Reza name is: REZA
@@ -34,7 +35,7 @@ Binary: 10,13,8,233,7,18,3,65,76,73,29,0,81,67,71,10,14,8,234,7,18,4,82,69,90,65
3435
Read data from bytes: 1001,ALI,50001,1002,REZA,50002,1003,JAVAD,50003
3536
```
3637

37-
> [max@workstation gRPC-JS]$ node json.js
38+
> [max@workstation grpc-series-protobuf-js]$ node json.js
3839
```
3940
Ali name is: ALI
4041
Reza name is: REZA

0 commit comments

Comments
 (0)