From 3800f62cbecb00b998691c7e227797ea7ce6a034 Mon Sep 17 00:00:00 2001 From: Pavel Kunc Date: Mon, 4 May 2009 18:36:25 +0100 Subject: [PATCH] Tweaking RDoc. --- README.rdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rdoc b/README.rdoc index 480c14d..f8e8943 100644 --- a/README.rdoc +++ b/README.rdoc @@ -8,7 +8,7 @@ and Gem to allow faster and more independent release cycle to keep up with the Sequel monthly releases. Plug-in should be compatible with Merb 0.9.9 and higher and Sequel 1.4.0 and -higher including 2.x and incoming *3.x*. +higher including 2.x and incoming 3.x. Any issues please report to http://github.com/pk/merb_sequel/issues. @@ -51,10 +51,10 @@ same with the resources merb-gen resource --orm=sequel Article -*Note that if you have specified that you use Sequel in init.rb or environment +Note that if you have specified that you use Sequel in init.rb or environment specific init file (for instance, environments/development.rb) -via _use_orm :sequel_, you don't need to specify --orm option explicitly when -using merb-gen*. +via use_orm :sequel, you don't need to specify --orm option explicitly when +using merb-gen. == Contributors