From dc55e12942ecba68ede4f07b5f3f2995acd395ed Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Fri, 17 Jun 2016 10:01:34 -0400 Subject: [PATCH] Pull the full API example up a level --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e80447..7268140 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ applications in an expressive way. + [Customization](#customization-1) * [Version Flag](#version-flag) + [Customization](#customization-2) - + [Full API Example](#full-api-example) + * [Full API Example](#full-api-example) - [Contribution Guidelines](#contribution-guidelines) @@ -1017,7 +1017,7 @@ func main() { } ``` -#### Full API Example +### Full API Example **NOTE**: This is a contrived (functioning) example meant strictly for API demonstration purposes. Use of one's imagination is encouraged.