README.md in json_test_data-0.5.0 vs README.md in json_test_data-0.5.1

- old
+ new

@@ -6,10 +6,10 @@ ```ruby gem install json_test_data ``` Alternatively, it can be included in your Gemfile: ```ruby -gem "json_test_data", "~> 0.0.1" +gem "json_test_data", "~> 0.5.1" ``` To use it, first require it, then generate the test data using: ```ruby data = JsonTestData.generate!(schema) ```