Skip to content

Commit df7e4bb

Browse files
committed
fix: code fence
1 parent 7b24e8b commit df7e4bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ to configure dependencies based on the provided generators and their options.
860860
The new `scalapb_toolchain` convenience macro wraps `scala_proto_toolchain`
861861
to provide the default [ScalaPB](https://scalapb.github.io/) implementation:
862862

863-
.``py
863+
```py
864864
load("//scala_proto:scala_proto_toolchain.bzl", "scalapb_toolchain")
865865

866866
scalapb_toolchain(
@@ -871,8 +871,7 @@ scalapb_toolchain(
871871
],
872872
visibility = ["//visibility:public"],
873873
)
874-
.``
875-
874+
```
876875

877876
### Removal of `bind()` aliases for `twitter_scrooge` dependencies
878877

0 commit comments

Comments
 (0)