Migrate to C++17 and misc code cleanups
Change-Id: I6b63385c92361a7ef5803d2bfd00f39c77e88d34
diff --git a/README.md b/README.md
index bba92bf..b2ca06d 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
# repo-ng: Next generation NDN repository
[](https://github.com/named-data/repo-ng/actions/workflows/ci.yml)
-
+
**repo-ng** is an implementation of a Named Data Networking (NDN) data repository,
and follows the [Repo protocol](https://redmine.named-data.net/projects/repo-ng/wiki/Repo_Protocol_Specification).
repo-ng uses [ndn-cxx](https://github.com/named-data/ndn-cxx) as the NDN development
-library, and [sqlite](https://www.sqlite.org/) as the underlying storage engine.
+library and [sqlite](https://www.sqlite.org/) as the underlying storage engine.
## Installation