diff --git a/README.md b/README.md index 0c5269881..8447bbdc0 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,9 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") # ---------------------------------------------------------------------- git_repository( name = "yaml_parser", - remote = "https://github.com/jbeder/yaml-cpp.git", - #commit = "98acc5a", - #tag = "", -) -``` + remote = "https://github.com/yicm/yaml-cpp.git", + commit = "c5d1fcf", +)``` # Recent Release #