README.md in rubocop-rspec-1.3.1 vs README.md in rubocop-rspec-1.4.0

- old
+ new

@@ -1,12 +1,12 @@ # RuboCop RSpec -[![Gem Version](https://badge.fury.io/rb/rubocop-rspec.png)](https://rubygems.org/gems/rubocop-rspec) -[![Dependency Status](https://gemnasium.com/nevir/rubocop-rspec.png)](https://gemnasium.com/nevir/rubocop-rspec) -[![Build Status](https://secure.travis-ci.org/nevir/rubocop-rspec.png?branch=master)](http://travis-ci.org/nevir/rubocop-rspec) -[![Coverage Status](https://coveralls.io/repos/nevir/rubocop-rspec/badge.png?branch=master)](https://coveralls.io/r/nevir/rubocop-rspec) -[![Code Climate](https://codeclimate.com/github/nevir/rubocop-rspec.png)](https://codeclimate.com/github/nevir/rubocop-rspec) +[![Gem Version](https://badge.fury.io/rb/rubocop-rspec.svg)](https://rubygems.org/gems/rubocop-rspec) +[![Dependency Status](https://gemnasium.com/nevir/rubocop-rspec.svg)](https://gemnasium.com/nevir/rubocop-rspec) +[![Build Status](https://secure.travis-ci.org/nevir/rubocop-rspec.svg?branch=master)](http://travis-ci.org/nevir/rubocop-rspec) +[![Coverage Status](https://codeclimate.com/github/nevir/rubocop-rspec/badges/coverage.svg)](https://codeclimate.com/github/nevir/rubocop-rspec/coverage) +[![Code Climate](https://codeclimate.com/github/nevir/rubocop-rspec.svg)](https://codeclimate.com/github/nevir/rubocop-rspec) RSpec-specific analysis for your projects, as an extension to [RuboCop](https://github.com/bbatsov/rubocop). @@ -30,11 +30,11 @@ You need to tell RuboCop to load the RSpec extension. There are three ways to do this: ### RuboCop configuration file -Put this into you `.rubocop.yml`. +Put this into your `.rubocop.yml`. ``` require: rubocop-rspec ``` @@ -83,10 +83,10 @@ For running the spec files, this project depends on RuboCop's spec helpers. This means that in order to run the specs locally, you need a (shallow) clone of the RuboCop repository: ```bash -git clone --depth 1 git://github.com/bbatsov/rubocop.git vendor/rubocop +git submodule update --init --depth 1 vendor/rubocop ``` ## License `rubocop-rspec` is MIT licensed. [See the accompanying file](MIT-LICENSE.md) for