diff --git a/README.md b/README.md index 2b2efd1..92ee794 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,10 @@ http_archive( load("@bazel-zig-cc//toolchain:defs.bzl", zig_register_toolchains = "register_toolchains") -zig_register_toolchains(["x86_64-linux-gnu.2.28", "x86_64-macos-gnu"]) +zig_register_toolchains(register = [ + "x86_64-linux-gnu.2.28", + "x86_64-macos-gnu", +]) ``` The snippet above will download the zig toolchain and register it for the