README.md in allure-ruby-adaptor-api-0.6.2 vs README.md in allure-ruby-adaptor-api-0.6.3
- old
+ new
@@ -12,10 +12,10 @@
gem 'allure-ruby-adaptor-api'
```
## Advanced options
-You can specify the directory where the Allure test results will appear. By default it would be 'allure/data' within
+You can specify the directory where the Allure test results will appear. By default it would be 'gen/allure-results' within
your current directory.
```ruby
AllureRubyAdaptorApi.configure do |c|
c.output_dir = "/whatever/you/like"