Skip to content

Commit 84d377f

Browse files
abhilashlrrwjblue
authored andcommitted
Update Readme.md (#125)
* Update Readme.md * Update README.md Co-Authored-By: Robert Jackson <me@rwjblue.com>
1 parent 0ad552a commit 84d377f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Ember-load-initializers [![Build Status](https://travis-ci.org/ember-cli/ember-load-initializers.svg?branch=master)](https://travis-ci.org/ember-cli/ember-load-initializers)
22
==============================================================================
33

4-
A tiny add-on to autoload your initializer files in ember-cli.
4+
A tiny add-on to autoload your initializer and instance initializer files in ember-cli. This add-on iterates over files inside `app/initializers` and `app/instance-initializers` and invokes the `app.initializer` and `app.instanceInitializer` methods respectively, by passing on the resolved name of the files.
55

66
Installation
77
------------------------------------------------------------------------------

0 commit comments

Comments
 (0)