Skip to content

Commit

Permalink
Fix generator
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Dec 8, 2014
1 parent 91fb726 commit c1bb10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Then you'll want to configure your installation by adding an `ember.rb`
initializer. There is a generator to guide you, run:

```shell
rails generate ember_cli:init
rails generate ember-cli:init
```

This will generate an initializer that looks like the following:
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/ember-cli/init/init_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module EmberCLI
class InitGenerator < Rails::Generators::Base
source_root File.expand_path("../templates", __FILE__)

namespace "ember_cli:init"
namespace "ember-cli:init"

def copy_initializer_file
copy_file "initializer.rb", "config/initializers/ember.rb"
Expand Down

0 comments on commit c1bb10c

Please sign in to comment.