diff options
author | Feng Yu <F3n67u@outlook.com> | 2021-07-27 21:59:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 19:29:59 +0530 |
commit | f6ec72edc4c32f845cc2d5e1e39bb352ecc61df7 (patch) | |
tree | 66168a0822af174b6f2dba5ad447b7c1c4add663 /README.md | |
parent | f47c550100a2c5cc2c419548df15948a1be28649 (diff) |
chore: update logo link in readme (#11535)
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=docs/images/deno3.png height="150px"> +<img align="right" src=https://raw.githubusercontent.com/denoland/manual/main/images/deno3.png height="150px"> Deno is a _simple_, _modern_ and _secure_ runtime for **JavaScript** and **TypeScript** that uses V8 and is built in Rust. |