From d336604c3db9ca15c64f14c4bf543b4ec65615e2 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sun, 27 May 2012 02:09:48 -0500 Subject: [PATCH] update docs heading --- source/docs/plugins/include-code/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/plugins/include-code/index.markdown b/source/docs/plugins/include-code/index.markdown index 67de0c8..b1750ec 100644 --- a/source/docs/plugins/include-code/index.markdown +++ b/source/docs/plugins/include-code/index.markdown @@ -15,7 +15,7 @@ use the following tag to embed it in a post. {{ "{% include_code [title] [lang:language] path/to/file [start:#] [end:#] [range:#,#]" }} %} -### Basic +### Basic Example This includes a file from `source/downloads/code/test.js`. {{ "{% include_code test.js" }} %}