From 4c15760388059d472db45b52c79b1fc45c73fa76 Mon Sep 17 00:00:00 2001 From: Christopher Troup Date: Sat, 12 Dec 2015 17:34:40 -0500 Subject: [PATCH] Link to the correct deprecation on the EmberJS site --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 122fabd..bc252f9 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ None. Ember 2.0 removed support for the above deprecations. - `disallowPrivateRegistryProperty` will warn you if you use one of the private `app.registry.*` deprecations. See http://emberjs.com/deprecations/v2.x/#toc_ember-application-registry-ember-applicationinstance-registry for details. -- `disallowAppInstanceContainer` will warn you if you use the private `app.container.lookup()` depreprecation in an initializer. See http://emberjs.com/deprecations/v2.x/#toc_ember-application-registry-ember-applicationinstance-registry for details. +- `disallowAppInstanceContainer` will warn you if you use the private `app.container.lookup()` depreprecation in an initializer. See http://emberjs.com/deprecations/v2.x/#toc_ember-applicationinstance-container for details. ### Other Ember best practices