Skip to content

Commit

Permalink
Fix README:
Browse files Browse the repository at this point in the history
  • Loading branch information
gawsoftpl committed Dec 16, 2023
1 parent 50dd725 commit d4e491e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ try {
EOF
```

3. Run script
#### 3. Run script
Run both commands in seperate terminal
```sh
node server.js
Expand All @@ -214,7 +214,7 @@ npm run test:e2e

## Nodejs Grpc reflection server
If you want to use grpc reflection server in NodeJS/Typescript use below package:
[https://github.com/papajuanito/grpc-node-server-reflection](https://github.com/papajuanito/grpc-node-server-reflection)
[https://www.npmjs.com/package/@grpc/reflection](https://www.npmjs.com/package/@grpc/reflection)

## Proto bindings

Expand Down

0 comments on commit d4e491e

Please sign in to comment.