summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index a376bd7..a3bc308 100644
--- a/README.txt
+++ b/README.txt
@@ -4,9 +4,10 @@ XStatic-jQuery
jQuery javascript library packaged for setuptools (easy_install) / pip.
This package is intended to be used by **any** project that needs these files.
-It intentionally does **not** provide any extra code **nor** has any extra requirements.
-All we provide is the files and some metadata *strictly related* to these files.
+It intentionally does **not** provide any extra code except some metadata
+**nor** has any extra requirements except the minimal support code in the
+XStatic base package.
You can find more info about the xstatic packaging way in the package `XStatic`.