diff --git a/readme.md b/readme.md index 225219b084..8c12605ec9 100644 --- a/readme.md +++ b/readme.md @@ -109,20 +109,20 @@ creates.) These are the strings that you can pull to make your puppet dance: -* **Backbone.Marionette.Application**: An application object that starts your app via initializers, and more -* **Backbone.Marionette.Application.module**: Create modules and sub-modules within the application -* **Backbone.Marionette.AppRouter**: Reduce your routers to nothing more then configuration -* **Backbone.Marionette.View**: The base View type that other Marionette views extend from (not intended to be used directly) -* **Backbone.Marionette.ItemView**: A view that renders a single item -* **Backbone.Marionette.CollectionView**: A view that iterates over a collection, and renders individual `ItemView` instances for each model -* **Backbone.Marionette.CompositeView**: A collection view and item view, for rendering leaf-branch/composite model hierarchies -* **Backbone.Marionette.Layout**: A view that renders a layout and creates region managers to manage areas within it -* **Backbone.Marionette.Region**: Manage visual regions of your application, including display and removal of content -* **Backbone.Marionette.EventAggregator**: An extension of Backbone.Events, to be used as an event-driven or pub-sub tool -* **Backbone.Marionette.BindTo**: An event binding manager, to facilitate binding and unbinding of events -* **Backbone.Marionette.Renderer**: Render templates with or without data, in a consistent and common manner -* **Backbone.Marionette.TemplateCache**: Cache templates that are stored in `