Skip to content

Commit

Permalink
Readme usage, up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vangelov committed Feb 3, 2014
1 parent 18e0fdd commit ae6867b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Vis::Rails

TODO: Write a gem description
Add http://visjs.org visualization library to Rails assets pipeline

## Installation

Expand All @@ -18,7 +18,17 @@ Or install it yourself as:

## Usage

TODO: Write usage instructions here
Add to `app/assets/javascripts/application.js`:

//= require vis

Add to `app/assets/stylesheets/application.css`:

*= require vis

Vis.js documentation:

[http://visjs.org/docs](http://visjs.org/docs)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion lib/vis/rails/version.rb
@@ -1,5 +1,5 @@
module Vis
module Rails
VERSION = "0.0.2"
VERSION = "0.0.3"
end
end

0 comments on commit ae6867b

Please sign in to comment.