diff --git a/media/jslib/readme.txt b/media/jslib/readme.txt
index 58e5edf..68acd3b 100644
--- a/media/jslib/readme.txt
+++ b/media/jslib/readme.txt
@@ -6,7 +6,7 @@ JSLIB_URL	/javascript/
 links to JS files are in the ../templates/*.html files
 
 but _also_, and peculiarly, in the troggle/admin.py files (which are dead links)
-e.g.
+i.e.
 class TroggleModelAdmin(admin.ModelAdmin):
     
     def save_model(self, request, obj, form, change):
@@ -19,6 +19,7 @@ class TroggleModelAdmin(admin.ModelAdmin):
 
 NB any *Admin class is used in the Django control panel only.
 
+The jquery links have been REMOVED from the templates as they were not used anywhere.
 templates/editentrance.html:
 
 {% extends "cavebase.html" %}