Skip to content

Commit

Permalink
docs: Add starlark directive to code snippet (#1170)
Browse files Browse the repository at this point in the history
A very minor cleaup change.
  • Loading branch information
blorente committed Apr 27, 2023
1 parent 600dbe1 commit 2882bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazelle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Finally, you create a target that you'll invoke to run the Gazelle tool
with the rules_python extension included. This typically goes in your root
`/BUILD.bazel` file:

```
```starlark
load("@bazel_gazelle//:def.bzl", "gazelle")
load("@rules_python_gazelle_plugin//:def.bzl", "GAZELLE_PYTHON_RUNTIME_DEPS")

Expand Down

0 comments on commit 2882bb6

Please sign in to comment.