Skip to content

Commit 128ea59

Browse files
committed
Mirror recent changes in README
1 parent 397300a commit 128ea59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The options and modules can be passed in through the `LEGOS` environment variabl
1818

1919
Listing all the available options and modules:
2020

21-
$ LEGOS="braid,rspec,haml,jquery,couchdb,locale,misc" rails -m https://github.com/lackac/app_lego/raw/master/app_lego.rb my_app
21+
$ LEGOS="braid,basic,rspec,haml,jquery,auth,couchdb,locale,misc" rails -m https://github.com/lackac/app_lego/raw/master/app_lego.rb my_app
2222

2323
# Options
2424

@@ -28,7 +28,7 @@ App LEGO can use [Braid](https://github.com/evilchelu/braid/wikis) to manage vend
2828

2929
# Modules
3030

31-
The basic generator initializes the Rails application in a git repository, removes unnecessary files and directories, sets up `.gitignore` files and freezes Edge Rails.
31+
The **basic** module initializes the Rails application in a git repository, removes unnecessary files and directories, sets up `.gitignore` files and freezes Edge Rails.
3232

3333
The **RSpec** module remove the `test` directory and installs the plugins necessary for RSpec. It also runs the rspec generator.
3434

0 commit comments

Comments
 (0)