From 956e97e4f6dcfd777665574dd5bb7ca3c826aaf5 Mon Sep 17 00:00:00 2001 From: Joseph Lewis III Date: Fri, 18 May 2018 15:50:21 -0700 Subject: [PATCH] fix link rendering in README.md The links in the README weren't being properly rendered by Github. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6490fbe..35f6de3 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ Supported Platforms: ## Dependencies * [Go tools](https://golang.org) -* [librtlsdr] (http://sdr.osmocom.org/trac/wiki/rtl-sdr) - builds dated after 5/5/12 -* [libusb] (https://www.libusb.org) -* [git] (https://git-scm.com) +* [librtlsdr](http://sdr.osmocom.org/trac/wiki/rtl-sdr) - builds dated after 5/5/12 +* [libusb](https://www.libusb.org) +* [git](https://git-scm.com) ## Usage @@ -67,8 +67,8 @@ Building gortlsdr on Windows: # Credit * [pyrtlsdr](https://github.com/roger-/pyrtlsdr) for the great read-me description, which I copied. -* [osmoconSDR] (http://sdr.osmocom.org/trac/wiki/rtl-sdr) for the rtl-sdr library. -* [Antti Palosaari] (http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/44461/focus=44461) for sharing! +* [osmoconSDR](http://sdr.osmocom.org/trac/wiki/rtl-sdr) for the rtl-sdr library. +* [Antti Palosaari](http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/44461/focus=44461) for sharing! # Todo