From 8097d4376e958b83915de1fbb93f2e9fb2ceb46f Mon Sep 17 00:00:00 2001 From: Niki Tubacki Date: Mon, 22 Jun 2015 15:44:38 -0400 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e868683..0d35224 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # torso-brec -This project uses [backbone-torso](https://github.com/vecnatechnologies/backbone-torso) (a backbone-based framework) and [BREC](https://github.com/vecnatechnologies/brec-base) (beautiful, responsive, ergonomic, and configurable) styling and plugins. ## About -This project contains a view to handle BREC tables. It uses [DataTables](https://datatables.net/) to create a highly configurable table with server-side processing. To use this view, you will have to extend it with a URL where the data is located, initialize a collection, and input column information. In order to display the correct columns, you need to override columnInit to properly format your column information. +This project uses [backbone-torso](https://github.com/vecnatechnologies/backbone-torso) (a backbone-based framework) and [BREC](https://github.com/vecnatechnologies/brec-base) (beautiful, responsive, ergonomic, and configurable) styling and plugins. It contains a view to handle BREC tables that use [DataTables](https://datatables.net/) to create a highly configurable table with server-side processing. +## How to use +To use this view, you will have to extend it with a URL where the data is located, initialize a collection, and input column information. In order to display the correct columns, you need to override columnInit to properly format your column information. ## Credits Originally developed by [Vecna Technologies, Inc.](http://www.vecna.com/) and open sourced as part of its community service program. See the LICENSE file for more details.