Fixup README.md formatting
authorDavid Llewellyn-Jones <david@flypig.co.uk>
Sun, 19 Apr 2020 17:14:38 +0000 (20:14 +0300)
committerDavid Llewellyn-Jones <david@flypig.co.uk>
Sun, 19 Apr 2020 17:14:38 +0000 (20:14 +0300)
README.md

index fc5896f..a4f1de3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,12 +1,14 @@
 # libcontrac ReadMe
 
 # 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.
 
 
 ## Install
 
 If you have autoconf you can install as follows.
 
-````
+```
 ./configure
 make
 make check
 ./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.
 
 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);
 ```
 Contrac * contrac = contrac_new();
 contrac_generate_tracing_key(contrac);