From 88f040779d37806c585f6556fdc764908ce75a82 Mon Sep 17 00:00:00 2001 From: Suan-Aik Yeo Date: Sun, 4 Jan 2015 16:45:37 -0500 Subject: [PATCH] small fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f07fc1..52bf8d2 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Text right below table. Follows is a table with an empty cell, and unaligned ind Empty line between table and this text def this_is - puts "some #{4-space-indent} ruby code" + puts "some #{4-space-indent} code" end