From b6fe95ee50704a0f87581632093c328c3f8173be Mon Sep 17 00:00:00 2001 From: Nick Sagona Date: Sun, 29 Oct 2023 16:57:11 -0500 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dbe6c0..8a7335c 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ $auditor->send(); ``` An example of this is the `Pop\Db\Record` class from the `pop-db` component. It automatically tracks the -"dirty" values that have been changed while working with a record object. You can then be used the `getDirty()` +"dirty" values that have been changed while working with a record object. You can then used the `getDirty()` method of the `Pop\Db\Record` class to return an array with the keys `old` and `new` and pass them off to the auditor.