We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb8904 commit b5ff5d3Copy full SHA for b5ff5d3
net/grpc/gateway/examples/echo/tutorial.md
@@ -191,7 +191,7 @@ into one single JS library that can be used in the browser.
191
192
```sh
193
$ npm install
194
-$ npx webpack client.js
+$ npx webpack ./client.js
195
```
196
197
Now embed `dist/main.js` into your project and see it in action!
net/grpc/gateway/examples/helloworld/README.md
@@ -284,7 +284,7 @@ can be consumed by the browser.
284
285
286
287
288
289
290
Here we use `webpack` and give it an entry point `client.js`. You can also use
0 commit comments