Installation
============

1. Download the FlexSlider library from http://flex.madebymufffin.com/
2. Unzip the file and rename the folder to "flexslider" (pay attention to the case of the letters)
3. Put the folder in a libraries directory
    - Ex: sites/all/libraries
4. Ensure you have a valid path similar to this one
    - Ex: sites/all/libraries/flexslider/jquery.flexslider-min.js

That's it!

Debugging
---------

You can toggle the development version of the library in the administrative settings page. This will load the unminified version of the library.

Usage
=====

You can load the library using drupal_add_library('flexslider') in your theme or module. For any integrated functionality, the library will be loaded automatically.