From 6421ca34555d3fe633e1ea0640ad6e6ab803855a Mon Sep 17 00:00:00 2001 From: JP Robinson Date: Wed, 16 Aug 2017 23:05:59 -0400 Subject: [PATCH] '>" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97bfe7d..49ccf71 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ There are 2 CLI flags for using the tool: ## External Files * Any externally referenced Open API spec will be fetched and inlined. * Any externally referenced Protobuf files will be added as imports. - * Example usage: `$ref: "google/protobuf/timestamp.proto#/google.protobuf.Timestamp'` + * Example usage: `$ref: "google/protobuf/timestamp.proto#/google.protobuf.Timestamp"` ## Caveats