From 8e6572cab42969f9f97400c1e2f0a67743b87a94 Mon Sep 17 00:00:00 2001 From: Jim Gay Date: Tue, 11 Jun 2013 23:15:24 -0400 Subject: [PATCH] minor format change for the code sample in the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 37fbb99..d682157 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ See the examples for detailed information on how to use maroon. Essentially you can define a context by using +```ruby Context.define :context_name do role :role_name do print_self do |x| #notice no symbol @@ -29,6 +30,7 @@ Context.define :context_name do end end end +``` ## Running Tests