README: Use SVG logo instead of PNG one

Use rawgit to serve assets with correct Content-Type.
This commit is contained in:
Derek Stavis 2015-11-01 00:05:48 -02:00
parent e4f1c2e021
commit ad00a83e37
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<img src="docs/logo.png" align="left" width="192px" height="192px"/>
<img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="192px" height="192px"/>
<img align="left" width="0" height="192px" hspace="10"/>
> The <a href="http://fishshell.com">Fishshell</a> Framework

View File

@ -1,4 +1,4 @@
<img src="../logo.png" align="left" width="192px" height="192px"/>
<img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="192px" height="192px"/>
<img align="left" width="0" height="192px" hspace="10"/>
> The <a href="http://fishshell.com">Fishshell</a> Framework