diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2016-06-28 13:00:05 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-06-28 13:52:37 +0200 |
commit | 9305b1cf072990efd259d5fe71581473436afbf1 (patch) | |
tree | 6e261ebe3822afcf523aba8edb3e5156d9863b8d /README.md | |
parent | f4955a05537b9f772f0f32aba54326e72f111875 (diff) | |
download | curl-9305b1cf072990efd259d5fe71581473436afbf1.tar.gz |
README.md: use the SVG logo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -<img src="https://raw.githubusercontent.com/curl/curl-www/master/logo/curl-logo.png" width="350"> +![curl logo](https://rawgit.com/curl/curl-www/master/logo/curl-logo.svg) Curl is a command-line tool for transferring data specified with URL syntax. Find out how to use curl by reading [the curl.1 man |