From: David Llewellyn-Jones Date: Sun, 19 Apr 2020 17:14:38 +0000 (+0300) Subject: Fixup README.md formatting X-Git-Url: https://www.flypig.org.uk/git/?p=libcontrac.git;a=commitdiff_plain;h=898179066d7c20b6a11387025496973e9f641bee Fixup README.md formatting --- 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);