Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix missing `:` and misspelt argument. Makes this example work.
  • Loading branch information
ansonhoyt authored Nov 18, 2022
1 parent 98825f8 commit 8471a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 8471a67

Please sign in to comment.