diff --git a/README.md b/README.md index e9ce995..88e0e31 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,9 @@ Main features: * Observable models and collections (through get/set methods and event system), * Dependency injection container, * One-way and two-way declarative data-binding. Unlimited bindings per HTML element. Unlimited bindings per model attribute, -* Collection data binding - live binding of collection of models in DOM with optional filtering. Nested collection supported, +* Collection data binding - live binding of collection of models in DOM with optional filtering and sorting. Nested collection supported, * Front controller and router for building single-page applications, * Stacked PageViews for navigating inside a single-page application with rendering/destroying shared parts of GUI, -* Small footprint (9 kB minified + gzipped), no dependencies, +* Small footprint (10 kB minified + gzipped), no dependencies, +* Support for all modern browsers including IE8+, * Works seamlessly with jQuery if included.