diff options
author | Vishal Pratap Singh <vishal19111999@hotmail.com> | 2020-12-14 08:22:24 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-14 13:52:24 +1100 |
commit | b5b7c7ee0154a28e6e15ec139bc3e0819f9eb910 (patch) | |
tree | b8f377d06084d5af69a0f4e9c87bd24ba418c2d8 /README.md | |
parent | 2c778f89da29b5e90c0224a0120d60397852ed6d (diff) |
docs: fixes logo in README (#8740)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ [![Build Status - Cirrus][]][Build status] [![Twitter handle][]][Twitter badge] -<img align="right" src=https://deno.land/logo.svg height="150px"> +<img align="right" src=docs/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. |