README.md in devise-radius-authenticatable-0.0.3 vs README.md in devise-radius-authenticatable-0.0.4

- old
+ new

@@ -1,9 +1,9 @@ Devise Radius Authenticatable ============================= -[![Build Status](https://secure.travis-ci.org/cbascom/devise-radius-authenticatable.png)](http://travis-ci.org/cbascom/devise-radius-authenticatable) +[![Build Status](https://travis-ci.org/cbascom/devise-radius-authenticatable.png)](https://travis-ci.org/cbascom/devise-radius-authenticatable) Devise Radius Authenticatable is a Radius authentication strategy for [Devise](http://github.com/plataformatec/devise). Dependencies ------------ @@ -17,10 +17,10 @@ In the Gemfile for your application: gem "devise", "~> 2.0" gem "devise-radius-authenticatable" - + Setup ----- Run the rails generators for devise (please check the [devise](http://github.com/plataformatec/devise) documents for further instructions)