From 8e18ce5c12a274d237fc211cc088af6f87e2e00b Mon Sep 17 00:00:00 2001
From: David Sidler <david.sidler@inf.ethz.ch>
Date: Tue, 17 Sep 2019 14:09:47 +0200
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 687478a..55b9d58 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,9 @@ cmake .. -DDEVICE_NAME=vcu118
 ```
 
 All cmake  options:
+
 | Name                        | Values                | Desription                                                              |
+| --------------------------- | --------------------- | ----------------------------------------------------------------------- |
 | DEVICE_NAME                 | <vc709,vcu118,adm7v3> | Supported devices                                                       |
 | NETWORK_BANDWIDTH           | <10,100>              | Bandwidth of the Ethernet interface in Gbit/s, default depends on board |
 | FPGA_PART                   | <name>                | Name of the FPGA part, e.g. xc7vx690tffg1761-2                          |
@@ -82,7 +84,7 @@ $ make synthesis
 $ make ip
 ```
 
-5. Instal HLS IP core into the IP repository
+5. Install HLS IP core into the IP repository
 ```
 $ make installip
 ```
-- 
GitLab