diff options
author | Damien George <damien.p.george@gmail.com> | 2014-04-14 21:33:31 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-04-14 21:33:31 +0100 |
commit | 98bd4f24ff2e24dd14d41583bed18aa6b9a7cd52 (patch) | |
tree | 3e6e3eef1533bd9e7daa87c5c92aed3e521fc539 | |
parent | 1d8d2f84aacd6d61bceb030176b069451aad0572 (diff) | |
download | micropython-98bd4f24ff2e24dd14d41583bed18aa6b9a7cd52.tar.gz micropython-98bd4f24ff2e24dd14d41583bed18aa6b9a7cd52.zip |
Fix README build status image.
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,4 @@ -.. image:: https://travis-ci.org/micropython/micropython.png?branch=master - :target: https://travis-ci.org/micropython/micropython +<img src="https://travis-ci.org/micropython/micropython.png?branch=master" alt="build status"/> The Micro Python project ======================== |