diff --git a/.travis.yml b/.travis.yml
index 0288e9bc419ea355d0c29b145d470923a433f10c..6764ff9953bfad28887e26461d6e85201c735a4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
-language: vim
+language: python
 
 branches:
   only:
diff --git a/README.md b/README.md
index 703b78f7da3b3c1655dc8f231cf89349b39ec4f4..86a2b390a7609f3ae80f711b8206fec074ad1f48 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,11 @@ From a very single vim buffer, you can perform all basic git operations. To name
 * Stage files/hunks/parts of hunks with single key S.
 * Write or amend your commit message and commit.
 
-See a usage example on asciicast:
-[![asciicast](https://asciinema.org/a/28761.png)](https://asciinema.org/a/28761)
+![Example of vimagit 1.5.1](../gh-pages/images/vimagit_screenshot_1.5.1.png?raw=true "Example of vimagit 1.5.1")
 
-And a [commented video presenting vimagit](https://youtu.be/_3wMmmVi6bU) (thank you [Mike Hartington](https://github.com/mhartington)!)
+Some screencasts:
+* A simple [asciicast](https://asciinema.org/a/28761)
+* A [commented video presenting vimagit](https://youtu.be/_3wMmmVi6bU) (thank you [Mike Hartington](https://github.com/mhartington)!)
 
 This workflow is 100% inspired from magnificent emacs [Magit](https://github.com/magit/magit) plugin.