Skip to content

Commit

Permalink
Merge pull request #262 from lb5tr/master
Browse files Browse the repository at this point in the history
Update README.md example.
  • Loading branch information
gjasny committed Apr 16, 2019
2 parents 24f8e17 + eebccaa commit d5d814d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ this repo to your project as a dependency. Just add the following
to your `WORKSPACE`:

```python
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
http_archive(
name = "com_github_jupp0r_prometheus_cpp",
strip_prefix = "prometheus-cpp-master",
Expand All @@ -119,7 +120,7 @@ demonstrated with the sample server included in this repository:
cc_binary(
name = "sample_server",
srcs = ["sample_server.cc"],
deps = ["@com_github_jupp0r_prometheus_cpp//:pull"],
deps = ["@com_github_jupp0r_prometheus_cpp//pull"],
)
```

Expand Down

0 comments on commit d5d814d

Please sign in to comment.