diff --git a/README.md b/README.md index 9520159..946ec26 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![vanity image](https://github.com/kennethreitz/bake/blob/master/ext/img.jpg?raw=true) +
@@ -8,8 +10,6 @@
 
 --------------------
 
-![vanity image](https://github.com/kennethreitz/bake/blob/master/ext/img.jpg?raw=true)
-
 I love using `Makefile` for one-off **tasks** in projects. 
 
 The problem with doing this is that you can't use familiar bash–isms when doing so, as **GNU Make** doesn't use the familiar **Bash** syntax, nor does it allow for simple ad–hoc use of abritrary scripting languages (e.g. **Python**).