From 0f75e4f94a4ff86736af9e1f35b1f3cebdabd34a Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Fri, 25 Nov 2016 13:03:58 -0800 Subject: [PATCH] fix a couple README formatting mistakes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 376114d..3694d29 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Introduction Moonfire NVR is an open-source security camera network video recorder, started -by Scott Lamb . It saves H.264-over-RTSP streams from IP -cameras to disk into a hybrid format: video frames in a directory on +by Scott Lamb <>. It saves H.264-over-RTSP streams from +IP cameras to disk into a hybrid format: video frames in a directory on spinning disk, other data in a SQLite3 database on flash. It can construct `.mp4` files for arbitrary time ranges on-the-fly. It does not decode, analyze, or re-encode video frames, so it requires little CPU. It handles six @@ -82,7 +82,7 @@ from source. It requires several packages to build: This will be automatically downloaded during the build process, so it's not necessary to install it beforehand. * [re2](https://github.com/google/re2), for parsing with regular expressions. -* libuuid from (util-linux)[https://en.wikipedia.org/wiki/Util-linux]. +* libuuid from [util-linux](https://en.wikipedia.org/wiki/Util-linux). * [SQLite3](https://www.sqlite.org/). On Ubuntu 15.10 or Raspbian Jessie, the following command will install most