README.md in requirejs-rails-0.9.9 vs README.md in requirejs-rails-1.0.0

- old
+ new

@@ -132,10 +132,10 @@ ```ruby config.requirejs.loader = :almond ``` -Almond builds have the restriction that there must be exactly one modules entry in +Almond builds have the restriction that there must be exactly one `modules` entry in `requirejs.yml`. Typically the [wrap option](https://github.com/jrburke/r.js/blob/master/build/example.build.js#L275) will be used to create a self-contained build: ```yaml modules: - name: 'main'