Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paresharma committed Mar 26, 2015
1 parent bf7fd5b commit 0c333ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Then, mount the engine to your application.
```ruby
# Add this line to routes.rb
mount ScormRte::Engine, at: 'scorm_rte'
# Or, any custom mount point
mount ScormRte::Engine, at: 'this_is_soo_coool'
```
This will provide some actions to take care of the RTE.
```
Expand Down Expand Up @@ -61,7 +63,7 @@ end

# TO DO
* Add tests
* Handle custom mount point
* ~~Handle custom mount point~~
* Allow export of RTE js to the host application for customization
* Possibly implement error and diagnostics or, switch to TinCan perhaps :)

Expand Down

0 comments on commit 0c333ef

Please sign in to comment.