From e9721e9b6a8c2592167bb72dd7be1a08a6f60227 Mon Sep 17 00:00:00 2001 From: Claire Carroll Date: Wed, 2 Oct 2019 19:50:51 -0400 Subject: [PATCH] Minor formatting fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8fa3fab..cf5246ec 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ two queries, and summarizes how many records match perfectly (note: a primary key is required to match values across the two queries). | match_status | count | percent_of_total | -|-----------------------------|--------|------------------| +|-----------------------------|-------:|-----------------:| | ✅: perfect match | 37,721 | 79.03 | | ✅: both are null | 5,789 | 12.13 | | 🤷: missing from b | 25 | 0.05 |