From 5931c8bfd247834b48e07edd260c1f13cafdd672 Mon Sep 17 00:00:00 2001 From: Patrik Sundberg Date: Fri, 2 Mar 2018 02:46:46 -0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 525e1c1aa..90c89ac00 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ $ bazel test //... For some ideas of how to use this code, see the [examples](./examples/): -* [querying with BigQuery](./examples/bigquery/README.md) +* [Querying with BigQuery](./examples/bigquery/README.md) * [Converting FHIR json to proto](./java/src/main/java/com/google/fhir/examples/FhirToProtoMain.java) This is still an early version, subject to change. For some background, please