Fix some Markdown syntax issues

Headlines require a space between the hashes to be recognized correctly
on some systems.
Also a mismatched backtick was fixed.
This commit is contained in:
Martin Müller
2017-09-01 22:38:29 +02:00
parent 687c72fc37
commit 05da6a93f9

View File

@ -16,7 +16,7 @@ sudo make install
sudo ldconfig sudo ldconfig
``` ```
By defualt this will attempt to install a udev rule to '/etc/udev/rules.d` to By defualt this will attempt to install a udev rule to `/etc/udev/rules.d` to
provide the `usb` or `plugdev` group access to HackRF. If your setup requires provide the `usb` or `plugdev` group access to HackRF. If your setup requires
the udev rule to be installed elsewhere you can modify the path with the udev rule to be installed elsewhere you can modify the path with
`-DUDEV_RULES_PATH=/path/to/udev`. `-DUDEV_RULES_PATH=/path/to/udev`.