From 287bd8bee80eb61a64daaabbe942d1590ec2f7d9 Mon Sep 17 00:00:00 2001
From: Yaman Umuroglu <yamanu@xilinx.com>
Date: Thu, 27 Feb 2020 13:56:17 +0000
Subject: [PATCH] Update README.md

---
 README.md | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 609995df3..bc1b537ae 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,17 @@
 # FINN
 
-Fast, Scalable Quantized Neural Network Inference on FPGAs
+## <img src=https://raw.githubusercontent.com/Xilinx/finn/master/docs/img/finn-logo.png width=128/> Fast, Scalable Quantized Neural Network Inference on FPGAs
+==============================================
 
 [![Gitter](https://badges.gitter.im/xilinx-finn/community.svg)](https://gitter.im/xilinx-finn/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
-
-
-## Description
-
+[![ReadTheDocs](https://readthedocs.org/projects/finn/badge/?version=latest&style=plastic)](http://finn.readthedocs.io/)
 
 FINN is an experimental framework from Xilinx Research Labs to explore deep neural network inference on FPGAs. It specifically targets quantized neural networks, with emphasis on generating dataflow-style architectures customized for each network.
-For more information, please visit the [project page](https://xilinx.github.io/finn/).
+For more general information about FINN, please visit the [project page](https://xilinx.github.io/finn/).
+
+## Getting Started
 
-A new, more modular version of FINN is currently under development on GitHub, and we welcome contributions from the community!
-Stay tuned for more updates.
+Please see the [Getting Started](https://finn.readthedocs.io/en/latest/getting_started.html) page for more information on installation, requirements and how to run FINN in different modes.
 
 ## Old version
 
-- 
GitLab