Skip to content

Commit

Permalink
Update Readme.md (#125)
Browse files Browse the repository at this point in the history
* Update Readme.md

* Update README.md

Co-Authored-By: Robert Jackson <me@rwjblue.com>
  • Loading branch information
2 people authored and Turbo87 committed May 20, 2019
1 parent 0ad552a commit 84d377f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
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)
==============================================================================

A tiny add-on to autoload your initializer files in ember-cli.
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.

Installation
------------------------------------------------------------------------------
Expand Down

0 comments on commit 84d377f

Please sign in to comment.