README.md in prompt_manager-0.2.0 vs README.md in prompt_manager-0.2.1

- old
+ new

@@ -71,10 +71,10 @@ The parameters for the `todo` prompt ID are saved in the same directory as `todo.txt` in a JSON file named `todo.json` (also in the examples directory.) ##### Configuration -Use a `config` block toe establish the configuration for the class. +Use a `config` block to establish the configuration for the class. ```ruby PromptManager::Storage::FileSystemAdapter.config do |o| o.prompts_dir = "path/to/prompts_directory" o.search_proc = -> (q) { "ag -l #{q} #{prompts_dir} | reformat" }