diff --git a/README.md b/README.md index 647960b95635c59b0803df32e253c838c45222b8..a86306951e1906a0ab506262be7b59f0c0e8be79 100644 --- a/README.md +++ b/README.md @@ -999,8 +999,10 @@ Now, any time Geocoder looks up "New York, NY" its results array will contain on ] ) -Note: - Keys must be strings not symbols when calling `add_stub` or `set_default_stub`. For example `'latitude' =>` not `:latitude =>`. +Notes: + +- Keys must be strings not symbols when calling `add_stub` or `set_default_stub`. For example `'latitude' =>` not `:latitude =>`. +- To clear stubs (e.g. prior to another spec), use `Geocoder::Lookup::Test.reset`. This will clear all stubs _including the default stub_. Command Line Interface