README.md in ddplugin-0.1 vs README.md in ddplugin-1.0.0

- old
+ new

@@ -1,8 +1,9 @@ [![Build Status](https://travis-ci.org/ddfreyne/ddplugin.png)](https://travis-ci.org/ddfreyne/ddplugin) [![Code Climate](https://codeclimate.com/github/ddfreyne/ddplugin.png)](https://codeclimate.com/github/ddfreyne/ddplugin) [![Coverage Status](https://coveralls.io/repos/ddfreyne/ddplugin/badge.png?branch=master)](https://coveralls.io/r/ddfreyne/ddplugin) +[![Inline docs](http://inch-ci.org/github/ddfreyne/ddplugin.png)](http://inch-ci.org/github/ddfreyne/ddplugin) # ddplugin *ddplugin* is a library for managing plugins. @@ -39,10 +40,10 @@ **NOTE:** *ddplugin* has not been released as a gem yet, so these installation instructions are not usable yet. If your library where you want to use *ddplugin* has a gemspec, add *ddplugin* as a runtime dependency to the gemspec: ```ruby -spec.add_runtime_dependency 'ddplugin' '~> 1.0' +spec.add_runtime_dependency 'ddplugin', '~> 1.0' ``` If you use Bundler instead, add it to the `Gemfile`: ```ruby