Skip to content

Commit d3e06ad

Browse files
committed
fix install instructions
1 parent 40e6f93 commit d3e06ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You must already have node and yarn installed on your system. Then:
1919

2020
1. Add `jsbundling-rails` to your Gemfile with `gem 'jsbundling-rails'`
2121
2. Run `./bin/bundle install`
22-
3. Run `./bin/rails javascript:[esbuild|rollup|webpack]:install`
22+
3. Run `./bin/rails javascript:install:[esbuild|rollup|webpack]`
2323

2424
Or, in Rails 7+, you can preconfigure your new application to use a specific bundler with `rails new myapp -j [esbuild|rollup|webpack]`.
2525

0 commit comments

Comments
 (0)