[Bazel] Typo fix
authorShivam Gupta <xgupta@aol.com>
Fri, 30 Jul 2021 15:36:14 +0000 (08:36 -0700)
committerGeoffrey Martin-Noble <gcmn@google.com>
Fri, 30 Jul 2021 15:38:39 +0000 (08:38 -0700)
Reviewed By: GMNGeoffrey

Differential Revision: https://reviews.llvm.org/D107142

utils/bazel/README.md

index 893b411..3521f89 100644 (file)
@@ -26,7 +26,7 @@ for adding this configuration.
 
 1. `git clone https://github.com/llvm/llvm-project.git; cd llvm-project` if
    you don't have a checkout yet.
-2. Install Bazel at the version indicated by [.bazelversion](./bazelversion),
+2. Install Bazel at the version indicated by [.bazelversion](./.bazelversion),
    following the official instructions, if you don't have it installed yet:
    https://docs.bazel.build/versions/master/install.html.
 3. `cd utils/bazel`