public
Fork of wycats/merb-core
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/myobie/merb-core.git
Fix README for merb-gen app foo
ivey (author)
Mon Jun 02 22:37:48 -0700 2008
commit  adc1922f7199fc721141cb54550248ca928371ad
tree    4988fadc7a4a9c4d088d6f7d8244c9120ab7e72b
parent  d9ab75d1528d1b7d1395ac9293086c7141044e06
0
...
15
16
17
18
19
20
 
 
 
21
...
15
16
17
 
 
 
18
19
20
21
0
@@ -15,7 +15,7 @@ Goals of this release:
0
   
0
 To familiarize yourself with how a merb-core application might look,
0
 use merb-gen (from merb-more) to generate a few apps:
0
-$ merb-gen myapp # a "normal" merb app
0
-$ merb-gen myapp --flat # a flattened app
0
-$ merb-gen myapp --very-flat # a single-file app
0
+$ merb-gen app myapp # a "normal" merb app
0
+$ merb-gen app myapp --flat # a flattened app
0
+$ merb-gen app myapp --very-flat # a single-file app
0
 

Comments

    No one has commented yet.