We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa48f23 commit 708c5daCopy full SHA for 708c5da
README.md
@@ -10,7 +10,7 @@
10
11
If using the asset pipeline to manage JavaScript, the last command will:
12
13
-- Append import "@rails/request.js" to your app/assets/javascripts/application.js entrypoint.
+- Append `import "@rails/request.js"` to your `app/assets/javascripts/application.js` entrypoint.
14
15
Make sure you've already installed `importmap-rails` and that it's referenced before `requestjs-rails` in your Gemfile.
16
@@ -24,4 +24,4 @@ With the installation done check the documentation in the [Rails Request.JS](htt
24
25
## License
26
27
-Request.JS for Rails is released under the [MIT License](https://opensource.org/licenses/MIT).
+Request.JS for Rails is released under the [MIT License](https://opensource.org/licenses/MIT).
0 commit comments