From b5b7c7ee0154a28e6e15ec139bc3e0819f9eb910 Mon Sep 17 00:00:00 2001 From: Vishal Pratap Singh Date: Mon, 14 Dec 2020 08:22:24 +0530 Subject: docs: fixes logo in README (#8740) --- README.md | 2 +- docs/images/deno3.png | Bin 0 -> 17540 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 docs/images/deno3.png diff --git a/README.md b/README.md index 035b59eaf..ae71067fd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status - Cirrus][]][Build status] [![Twitter handle][]][Twitter badge] - + Deno is a _simple_, _modern_ and _secure_ runtime for **JavaScript** and **TypeScript** that uses V8 and is built in Rust. diff --git a/docs/images/deno3.png b/docs/images/deno3.png new file mode 100644 index 000000000..dcd894920 Binary files /dev/null and b/docs/images/deno3.png differ -- cgit v1.2.3