diff --git a/docs/content/guide/services.ngdoc b/docs/content/guide/services.ngdoc
index bc2a4f85..5abede31 100644
--- a/docs/content/guide/services.ngdoc
+++ b/docs/content/guide/services.ngdoc
@@ -130,8 +130,14 @@ injection of `$window`, `$scope`, and our `notify` service:
-**Careful:** If you plan to [minify](http://en.wikipedia.org/wiki/Minification_(programming) your code,
-your variable names will get renamed unless you use one of the annotation techniques above.
+**Careful:** If you plan to [minify](http://en.wikipedia.org/wiki/Minification_(programming) your
+code, your variable names will get renamed unless you use one of the annotation techniques above.
+
+
+
+ If you use a tool like [ngmin](https://github.com/btford/ngmin#ngmin) in your workflow you can
+ use implicit dependency notation within your codebase and let **ngmin** automatically convert such
+ injectable functions to the array notation prior to minifying.