README.md in truemail-rspec-0.1.2 vs README.md in truemail-rspec-0.1.3
- old
+ new
@@ -33,11 +33,11 @@
- Ability to create `Truemail::Configuration` instance with random or with predefined params
- Ability to create `Truemail::Validator` instance with random or with predefined params
## Installation
-Add this line to your application's Gemfile:
+Add this line to your application's `Gemfile`:
```ruby
group :development, :test do
gem 'truemail-rspec', require: false
end
@@ -63,11 +63,11 @@
## Usage
### Create configuration instance
-Allow to create configuration instance with random or with predefined params.
+Allows to create configuration instance with random or with predefined params.
#### Configuration instance with default random params
```ruby
create_configuration
@@ -85,10 +85,10 @@
# => returns Truemail::Configuration instance with custom settings
```
### Create validator instance
-Allow to create validator instance with default random or with predefined params.
+Allows to create validator instance with default random or with predefined params.
#### create_servers_list
```ruby
create_servers_list # => returns array with random ip addresses