We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa89d8 commit 40e6f93Copy full SHA for 40e6f93
README.md
@@ -19,9 +19,9 @@ You must already have node and yarn installed on your system. Then:
19
20
1. Add `jsbundling-rails` to your Gemfile with `gem 'jsbundling-rails'`
21
2. Run `./bin/bundle install`
22
-3. Run `./bin/rails javascript:[rollup|esbuild|webpack]:install`
+3. Run `./bin/rails javascript:[esbuild|rollup|webpack]:install`
23
24
-Or, in Rails 7+, you can preconfigure your new application to use a specific bundler with `rails new myapp -j [rollup|esbuild|webpack]`.
+Or, in Rails 7+, you can preconfigure your new application to use a specific bundler with `rails new myapp -j [esbuild|rollup|webpack]`.
25
26
27
## License
0 commit comments