From 340ae9fc2010c72dab94b63943d015500560898f Mon Sep 17 00:00:00 2001 From: Chetna Chaudhari Date: Thu, 6 Jul 2023 10:15:28 +1200 Subject: [PATCH] Fixed the output of killDuplicateRecords in README.md (#75) A small change correcting the output of killDuplicateRecords example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9b4186..e88fa62 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ The result of running the previous function is the following table: | id|firstname| lastname| +----+---------+---------+ | 2| Maria| Willis| -| 2| Maria| Pitt| +| 6| Maria| Pitt| +----+---------+---------+ ```