From 898179066d7c20b6a11387025496973e9f641bee Mon Sep 17 00:00:00 2001 From: David Llewellyn-Jones Date: Sun, 19 Apr 2020 20:14:38 +0300 Subject: [PATCH] Fixup README.md formatting --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc5896f..a4f1de3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # libcontrac ReadMe -libcontrac is an implementation of the Contact Traing API. +libcontrac is an implementation of the Contact Tracing API. + +See the draft specs: https://www.apple.com/covid19/contacttracing/ ## Install If you have autoconf you can install as follows. -```` +``` ./configure make make check @@ -31,6 +33,7 @@ Most of the functionality revolves around the Conrac structure. Create and initialise the structure as follows. The day and interval number should be set appropriately. + ``` Contrac * contrac = contrac_new(); contrac_generate_tracing_key(contrac); -- 2.25.1