diff --git a/docs/usage.txt b/docs/usage.txt
index bfdffcd..3e18a8f 100644
--- a/docs/usage.txt
+++ b/docs/usage.txt
@@ -46,6 +46,10 @@ Which would be rendered something like:
+.. note::
+
+ Remember that django-compressor will try to :ref:`group ouputs by media `.
+
Linked files **must** be accessible via
:attr:`~django.conf.settings.COMPRESS_URL`.
@@ -204,6 +208,8 @@ sends the following arguments:
every different media attribute on the tags within the ``{% compress %}``
tag in question.
+.. _css_notes:
+
CSS Notes
---------