From 27491bb22fffd1b4def667dce167e201bc2367a9 Mon Sep 17 00:00:00 2001 From: chenqy930 Date: Fri, 25 Jun 2021 16:55:32 +0800 Subject: [PATCH] Fix logo not shown in README.md Signed-off-by: chenqy930 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8211acdb..43a59bad 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![](https://github.com/jerryscript-project/jerryscript/blob/master/LOGO.png) +![](./LOGO.png) # JerryScript: JavaScript engine for the Internet of Things [![License](https://img.shields.io/badge/licence-Apache%202.0-brightgreen.svg?style=flat)](LICENSE) [![Travis CI Build Status](https://travis-ci.org/jerryscript-project/jerryscript.svg?branch=master)](https://travis-ci.org/jerryscript-project/jerryscript) -- Gitee