README.md in capistrano-zeitwerk_check-0.1.0 vs README.md in capistrano-zeitwerk_check-0.1.1
- old
+ new
@@ -16,12 +16,14 @@
## Usage
in Capfile add following line.
-
require "capistrano/zeitwerk_check"
+If you want to skip check, please set `skip_zeitwerk_check` variable to `true`.
+
+ set :skip_zeitwerk_check, true
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.