From ff7a6320ebe3e493f8388cf6aa0aebdba874588b Mon Sep 17 00:00:00 2001 From: Tim Green Date: Sat, 12 Apr 2014 18:29:47 +0100 Subject: [PATCH] Update formatting of example code --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c86574e..24bbc01 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Pressing `w` will bring up the branch selector. Pressing `s` will select the search bar. -To see all of the sortcuts for given page type `shift+?` +To see all of the shortcuts for given page type `shift+?` ## Closing issues with commits @@ -75,12 +75,13 @@ To link to an issue in another repo, `user_name/repo_name#ISSUE_NUMBER` e.g. `ti To add syntax highlighting to code in README: -```ruby +![Syntax Highlighting](http://i.imgur.com/RE9AMus.png) + ```ruby require 'tabbit' table = Tabbit.new('Name', 'Email') table.add_row('Tim Green', 'tiimgreen@gmail.com') -\`\`\` +puts table.to_s ``` ## Emojis