diff options
author | Aramis Razzaghipour <[email protected]> | 2020-08-28 12:42:12 +0100 |
---|---|---|
committer | Aramis Razzaghipour <[email protected]> | 2020-08-28 12:42:12 +0100 |
commit | 87dd7aab8b0dd5b0a8eff20911e1e25f1ac49417 (patch) | |
tree | 104b53a07cf1b8a16b3ba645c0fef36011ff9f99 | |
parent | 01e87ef1edc2c42226c3d181e93bb2b9e1bfff9f (diff) |
Replace logo in readme with SVG version
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ | |||
1 | <p align="center"> | 1 | <p align="center"> |
2 | <img src="https://user-images.githubusercontent.com/1711539/72443316-5a79f280-37ae-11ea-858f-035209ece2dd.png" alt="rust-analyzer logo"> | 2 | <img |
3 | src="https://raw.githubusercontent.com/rust-analyzer/rust-analyzer/master/assets/logo-wide.svg" | ||
4 | alt="rust-analyzer logo"> | ||
3 | </p> | 5 | </p> |
4 | 6 | ||
5 | rust-analyzer is an **experimental** modular compiler frontend for the Rust language. | 7 | rust-analyzer is an **experimental** modular compiler frontend for the Rust language. |