Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
yicm committed Sep 24, 2020
1 parent c5d1fcf commit ddf82b5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 #

Expand Down

0 comments on commit ddf82b5

Please sign in to comment.