Update index.html dependency with Bazel section.

This commit is contained in:
panzhongxian 2020-09-23 15:18:00 +08:00 committed by Andreas Schuh
parent ae2fae5645
commit cb68d9eeb8

View file

@ -156,7 +156,7 @@ add the following lines to your <code>WORKSPACE</code> file
git_repository(
name = "com_github_gflags_gflags",
remote = "https://github.com/gflags/gflags.git",
tags = "v2.2.2"
tags = ["v2.2.2"]
)
</pre>