From 4dd1a38e5ba6c59d1c90f14b23d11fc84cc156e9 Mon Sep 17 00:00:00 2001 From: Rich Healey Date: Sun, 8 Apr 2012 18:33:02 +1000 Subject: [PATCH] Fix hilighting on github --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 507b80e..bf5f738 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,15 @@ Easily create and access snippets of text from your terminal. `sheet` is your own personal wiki. -``` +```bash + gem install sheet ``` Examples: -``` + +```bash + sheet # with no arguments it will just list all your sheets sheet git # opens git sheet sheet new git # creates git sheet @@ -26,7 +29,8 @@ language? I've got you covered. When writing your snippet, you can use this special format to automatically open a url when opening your sheet: -``` +```yaml + url: http://example/com ```