README: Use SVG logo instead of PNG one

Use rawgit to serve assets with correct Content-Type.
pull/139/head
Derek Stavis 9 years ago
parent e4f1c2e021
commit ad00a83e37

@ -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

@ -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

Loading…
Cancel
Save