Skip to content

Commit 0e6476f

Browse files
committed
Move console script from bin/ to script/
Let's consolidate down to a single directory for our scripts.
1 parent bbc4431 commit 0e6476f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ test environment and run `script/test` to run the tests. By default, that will
177177
exercise the `demo_app` example application. To exercise a different example
178178
application, set the `EXAMPLE_APP` environment variable to the corresponding
179179
directory name (e.g. `EXAMPLE_APP=demo_app-rollup`). You can also run
180-
`bin/console` for an interactive prompt that will allow you to experiment.
180+
`script/console` for an interactive prompt that will allow you to experiment.
181181

182182
To install this gem onto your local machine, run `bundle exec rake install`. To
183183
release a new version, update the version number in `version.rb`, and then run
File renamed without changes.

0 commit comments

Comments
 (0)