Skip to content

Commit ddf82b5

Browse files
committed
docs: update
1 parent c5d1fcf commit ddf82b5

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,9 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
6161
# ----------------------------------------------------------------------
6262
git_repository(
6363
name = "yaml_parser",
64-
remote = "https://github.com/jbeder/yaml-cpp.git",
65-
#commit = "98acc5a",
66-
#tag = "",
67-
)
68-
```
64+
remote = "https://github.com/yicm/yaml-cpp.git",
65+
commit = "c5d1fcf",
66+
)```
6967

7068
# Recent Release #
7169

0 commit comments

Comments
 (0)