From 84d377fe40bb068a14daa981e90bf495f9070752 Mon Sep 17 00:00:00 2001 From: abhilashlr Date: Mon, 20 May 2019 13:21:16 +0530 Subject: [PATCH] Update Readme.md (#125) * Update Readme.md * Update README.md Co-Authored-By: Robert Jackson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e6a4cc..2c1e1fd 100644 --- a/README.md +++ b/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 ------------------------------------------------------------------------------