README.md in required_options-0.5.0 vs README.md in required_options-0.6.0

- old
+ new

@@ -21,6 +21,6 @@ required_options opts, :track_name, :band_name # do some really smart work here end -If a required option is not passed into the method, it will raise a MissingOptions exception that displays the forgotten option. +If a required option is not passed into the method, it will raise a `MissingOptions` exception that displays the forgotten option.