diff --git a/index.html b/index.html
index e688228b..21a85c78 100644
--- a/index.html
+++ b/index.html
@@ -2048,7 +2048,8 @@ var book = library.get(110);
Get a model from a collection, specified by index. Useful if your collection
is sorted, and if your collection isn't sorted, at will still
- retrieve models in insertion order.
+ retrieve models in insertion order. When passed a negative index, it
+ will retrieve the model from the back of the collection.