README.md in akephalos2-2.0.3 vs README.md in akephalos2-2.0.4
- old
+ new
@@ -1,8 +1,8 @@
# Important Notice
-This repo has rewrote its history and as such is not compatible with the main Akephalos repo.
+This repo has rewritten its history and as such is not compatible with the main Akephalos repo.
Further development will be done here.
You can get the unaltered pristine copy at: [https://github.com/Nerian/akephalos](https://github.com/Nerian/akephalos)
@@ -30,16 +30,18 @@
```
Or (for the current master branch)
``` ruby
-gem 'akephalos', :git => 'git://github.com/Nerian/akephalos.git'
+gem 'akephalos', :git => 'git://github.com/Nerian/akephalos2.git', :submodules => true
```
# Development
-<img src="https://secure.travis-ci.org/Nerian/akephalos2.png?branch=master&.png">
+<a href='http://travis-ci.org/#!/Nerian/akephalos2'>
+ <img src="https://secure.travis-ci.org/Nerian/akephalos2.png?branch=master&.png"/>
+</a>
``` bash
git clone https://github.com/Nerian/akephalos2
git submodule update --init
```