From d688b5f04046d606d0668f71f2c3e03dc78b7b91 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 31 Jan 2016 08:48:56 +0000 Subject: [PATCH] consistently capitalize items --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0dad6c9b..d6e1fa1d 100644 --- a/README.md +++ b/README.md @@ -718,7 +718,7 @@ template, you almost always want to pass locals to it. -It is not possible to call methods from markdown, nor to pass locals to it. +It is not possible to call methods from Markdown, nor to pass locals to it. You therefore will usually use it in combination with another rendering engine: @@ -754,7 +754,7 @@ template than for the layout by passing the `:layout_engine` option. -It is not possible to call methods from textile, nor to pass locals to it. You +It is not possible to call methods from Textile, nor to pass locals to it. You therefore will usually use it in combination with another rendering engine: ```ruby @@ -789,7 +789,7 @@ template than for the layout by passing the `:layout_engine` option. -It is not possible to call methods from rdoc, nor to pass locals to it. You +It is not possible to call methods from RDoc, nor to pass locals to it. You therefore will usually use it in combination with another rendering engine: ```ruby @@ -917,7 +917,7 @@ It also takes a block for inline templates (see example). -It is not possible to call methods from creole, nor to pass locals to it. You +It is not possible to call methods from Creole, nor to pass locals to it. You therefore will usually use it in combination with another rendering engine: ```ruby