README.md in rangy-rails-1.3alpha.772.0 vs README.md in rangy-rails-1.3alpha.780.0

- old
+ new

@@ -26,15 +26,18 @@ Easy! Just edit `app/assets/javascripts/application.js` and adjust it to your heart's delight. Here's an example configuration that would include Rangy and all of it's modules: - //= require rangy-core.js - //= require rangy-cssclassapplier.js - //= require rangy-highlighter.js - //= require rangy-selectionsaverestore.js - //= require rangy-serializer.js - //= require rangy-textrange.js + //= require rangy-core + //= require rangy-cssclassapplier + //= require rangy-highlighter + //= require rangy-position + //= require rangy-selectionsaverestore + //= require rangy-serializer + //= require rangy-textrange + +Normally you would only include the modules you're actually using in your project. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) \ No newline at end of file