Skip to content

Commit

Permalink
Merge pull request #426 from ansonhoyt/ansonhoyt-ignored-directories-…
Browse files Browse the repository at this point in the history
…typo

Fix README.md's setup example typo: "ignored_directories"
  • Loading branch information
casperisfine committed Nov 18, 2022
2 parents 98825f8 + 8471a67 commit 8f519cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -52,7 +52,7 @@ require 'bootsnap'
env = ENV['RAILS_ENV'] || "development"
Bootsnap.setup(
cache_dir: 'tmp/cache', # Path to your cache
ignored_directories ['node_modules'], # Directory names to skip.
ignore_directories: ['node_modules'], # Directory names to skip.
development_mode: env == 'development', # Current working environment, e.g. RACK_ENV, RAILS_ENV, etc
load_path_cache: true, # Optimize the LOAD_PATH with a cache
compile_cache_iseq: true, # Compile Ruby code into ISeq cache, breaks coverage reporting.
Expand Down

0 comments on commit 8f519cb

Please sign in to comment.