Skip to content

Commit

Permalink
doc: update README.md (#945)
Browse files Browse the repository at this point in the history
`bazel_gazelle`  now `gazelle`  

From registry: `bazel_dep(name = "gazelle", version = "0.35.0")`
https://registry.bazel.build/modules/gazelle
  • Loading branch information
DemonionFF committed Mar 2, 2024
1 parent d08228a commit eb9d2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ time.
Add the following to the `BUILD.bazel` file at the root of your workspace.

```bzl
load("@bazel_gazelle//:def.bzl", "gazelle", "gazelle_binary")
load("@gazelle//:def.bzl", "gazelle", "gazelle_binary")
load("@rules_swift_package_manager//swiftpkg:defs.bzl", "swift_update_packages")

# Ignore the `.build` folder that is created by running Swift package manager
Expand Down

0 comments on commit eb9d2c9

Please sign in to comment.