diff options
author | Percy <kecrily@gmail.com> | 2021-08-25 21:27:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-25 15:27:18 +0200 |
commit | 66476efec5b92cd04c161d82cbb69992fed4eb0a (patch) | |
tree | 78e7194dd4b2d19754ad07f1e87c45979bc5e1b8 /README.md | |
parent | dce70d32a47801025b3b67a97ec9ebed90dfc8a2 (diff) |
docs(README): Change the logo to vector image (#11841)
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ [![Build Status - Cirrus][]][Build status] [![Twitter handle][]][Twitter badge] [](https://discord.gg/deno) -<img align="right" src=https://raw.githubusercontent.com/denoland/manual/main/images/deno3.png height="150px"> +<img align="right" src="https://deno.land/logo.svg" height="150px" alt="the deno mascot dinosaur standing in the rain"> Deno is a _simple_, _modern_ and _secure_ runtime for **JavaScript** and **TypeScript** that uses V8 and is built in Rust. |