From 89c339a1913b1069381da3f25fe31a2c0968939a Mon Sep 17 00:00:00 2001
From: root <root@DESKTOP-PRR18BC.localdomain>
Date: Mon, 10 Aug 2020 11:06:40 +0900
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8a0b199..c48fa7a 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,8 @@
 ### 1. Brief information about our values
 
 * fx_s4716  
-  ![고정소수점](/uploads/4131df8bf8f6810e284ab8fcda2e0c36/고정소수점.png)  
+  ![고정소수점](https://user-images.githubusercontent.com/54850435/89747372-7d2c7980-daf9-11ea-8fd1-ea83b9d46ffc.png)
+  
   * ```fx``` -> fixed point(고정 소수점 방식 사용)
   * ```s``` -> signed(부호 1비트 사용)
   * ```4716``` -> 정수부 47비트, 소수부 16비트 사용 
-- 
GitLab