README.md in kowl-0.0.5 vs README.md in kowl-0.0.6
- old
+ new
@@ -124,11 +124,11 @@
# Default: false
-G [--skip_git] # Do you want the generator to skip creating initializing and commit files to git
# Default: false
[--skip_javascript] # Skip adding javascript (webpacker) to the application
# Default: false
- [--skip_mailer] # Do you want to skip setting up a
+ [--skip_mailer] # Do you want to skip setting up a transactional mailer (see --mailer option above)?
# Default: false
[--skip_pagination] # Do you want to skip using pagination with your application?
# Default: false
[--skip_pry] # Do you want to skip using pry with your applications rails console?
# Default: false
@@ -176,10 +176,10 @@
This will generating an app with the HAML template engine, using simpleform, and using the Semantic UI CSS Framework
### Walk-Throughts
-* [#](/docs/actiontext.md) Create an application using simple_form and create posts scaffold and admin page that will use ActionText
+* [#](/docs/actiontext.md) Create an application using simple_form and create posts scaffold and admin page that will use ActionText
## Gems
The gems included in the applications Gemfile are dependant on options passed when generating an application.