aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHaneef Mubarak <haneefmubarak@users.noreply.github.com>2014-02-24 23:41:42 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-03-06 15:39:23 -0800
commit6df7a255c3ade022f4da4f165e48778db09f2e7e (patch)
tree39a5b211cca3e344599d38d925e53652a5a93561 /README.md
parent82c7264216c89ee19cdff6bf976b2244bd49b75e (diff)
use png instead of jpeg for logos
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6b4778bf..8f0d244e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-![emscripten logo](media/switch_logo.jpeg)
+![emscripten logo](media/switch_logo.png)
Emscripten is an LLVM-to-JavaScript compiler. It takes LLVM bitcode - which can be generated
from C/C++, using `llvm-gcc` (DragonEgg) or `clang`, or any other language that can be