README.md in i18n-js-3.0.2 vs README.md in i18n-js-3.0.3
- old
+ new
@@ -59,10 +59,10 @@
Then get the JS files following the instructions below.
```erb
<%# This is just an example, you can put `i18n.js` and `translations.js` anywhere you like %>
<%# Unlike the Asset Pipeline example, you need to require both **in order** %>
<%= javascript_include_tag "i18n" %>
-<%= javascript_include_tag "translations" %>
+<%= javascript_include_tag "translations", skip_pipeline: true %>
```
**There are two ways to get `translations.js`.**
1. This `translations.js` file can be automatically generated by the `I18n::JS::Middleware`.