README.md in allure-ruby-adaptor-api-0.6.1 vs README.md in allure-ruby-adaptor-api-0.6.2
- old
+ new
@@ -1,16 +1,16 @@
-# Allure Ruby API
+# Allure Ruby Adaptor API
This is a helper library containing the basics for any ruby-based Allure adaptor.
Using it you can easily implement the adaptor for your favourite ruby testing library or
you can just create the report of any other kind using the basic Allure terms.
## Setup
Add the dependency to your Gemfile
```ruby
- gem 'allure-ruby-api'
+ 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