From e5e03460102c8b702cd99ed01b95c56815daa9bc Mon Sep 17 00:00:00 2001 From: hardbap Date: Fri, 29 Aug 2008 19:36:36 -0400 Subject: [PATCH] updated README --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 6599670..0524219 100644 --- a/README.markdown +++ b/README.markdown @@ -73,8 +73,8 @@ You can override the default values for templating and functional\_test\_style b example `~/.shoulda\_generator`: - :templating: erb # supported options: haml|erb - :functional_test_syle: should_be_restful # supported options: basic|should_be_restful + :templating: erb # supported options haml|erb + :functional_test_syle: basic # supported options: should_be_restful|basic ## developing it