Skip to content

Commit a92abc5

Browse files
committed
Remove trailing whitespace in protoc_plugin/README
1 parent b149f80 commit a92abc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protoc_plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Make sure you have `~/.pub-cache/bin` in your `PATH`.
4141
This method installs a Dart script and requires presence of `dart` executable
4242
in your `PATH`.
4343

44-
**To build from the source:**
44+
**To build from the source:**
4545

4646
- Run `dart pub get` in `protoc_plugin` directory
4747
- Add `protoc_plugin/bin` to your `PATH`, or pass the path to
@@ -82,7 +82,7 @@ final output directive is separated from the options using colon. Pass
8282
options `<option 1>` and `<option 2>` like this:
8383

8484
--dart_out="<option 1>,<option 2>:."
85-
85+
8686
### Generating grpc Headers
8787

8888
To generate code for [grpc], you will need to pass in the `grpc` option:

0 commit comments

Comments
 (0)