Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update
  • Loading branch information
JamesNK committed Aug 6, 2025
commit 15f05339e8abc67ad5a672dcd12ae3960411a73b
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ The browser example example shows how to use [gRPC-Web](https://github.com/grpc/
The gRPC-Web JavaScript client was generated from *greet.proto* using [`protoc`](https://github.com/protocolbuffers/protobuf/releases) with the [`protoc-gen-grpc-web`](https://github.com/grpc/grpc-web/releases) plugin.

> [!NOTE]
> Run 'npm install' and 'npm run build' in the wwwroot directory to build the required JavaScript dependencies.
> Run `npm install` and `npm run build` in the *wwwroot* directory to build the required JavaScript dependencies.

##### Scenarios:

Expand Down