From 698aae5891ba59f100178cd98fb8bbd39551c321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Etzkorn=20=E6=98=8E=E5=87=AF?= <88842659+michael-etzkorn@users.noreply.github.com> Date: Mon, 2 May 2022 13:42:45 -0500 Subject: [PATCH] README: fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97775e8..23e05a4 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This project targets Xilinx Vivado for Kintex7 / Artix7 support. In the future, ---------------- ```sh $ sudo apt install build-essential wget git python3-setuptools -$ git clone ttps://github.com/enjoy-digital/usb3_pipe/ +$ git clone https://github.com/enjoy-digital/usb3_pipe/ $ cd usb3_pipe ``` @@ -117,4 +117,4 @@ $ ./target.py --load ### Verify USB3.0 link establishment Once the FPGA is loaded, the link will be automatically established with the computer and an Openmoko, Inc USB3.0 device should be enumerated. -**Note:** Enumeration has only been done on a few hardware setups and there is still work in progress to improve reliability. \ No newline at end of file +**Note:** Enumeration has only been done on a few hardware setups and there is still work in progress to improve reliability.