From ebe1ca003a4a04ead06407a4bca6a4f7e6b6c1f3 Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Tue, 28 Mar 2023 04:10:59 +0200 Subject: [PATCH] Readme.md: Fix typo (#1299) s/documenation/documentation/ --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9a8bfea6..45c27954 100644 --- a/Readme.md +++ b/Readme.md @@ -15,7 +15,7 @@ Information on HackRF and purchasing HackRF: https://greatscottgadgets.com/hackr # Documentation -Documentation for HackRF can be viewed on [Read the Docs](https://hackrf.readthedocs.io/en/latest/). The raw documenation files for HackRF are in the [docs folder](https://github.com/mossmann/hackrf/tree/master/docs) in this repository and can be built locally by installing [Sphinx Docs](https://www.sphinx-doc.org/en/master/usage/installation.html) and running `make html`. Documentation changes can be submitted through pull request and suggestions can be made as GitHub issues. +Documentation for HackRF can be viewed on [Read the Docs](https://hackrf.readthedocs.io/en/latest/). The raw documentation files for HackRF are in the [docs folder](https://github.com/mossmann/hackrf/tree/master/docs) in this repository and can be built locally by installing [Sphinx Docs](https://www.sphinx-doc.org/en/master/usage/installation.html) and running `make html`. Documentation changes can be submitted through pull request and suggestions can be made as GitHub issues. To create a PDF of the HackRF documentation from the HackRF repository while on Ubuntu: * run `sudo apt install latexmk texlive-latex-extra`