From 51c2841a087f951b18db1d6c0c6c0d53de47a0ed Mon Sep 17 00:00:00 2001 From: Franco Springveldt Date: Fri, 5 Jan 2018 13:38:20 +1300 Subject: [PATCH] Updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0abdad..349b69b 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ A SilverStripe module which audits updates to and deletions from DataObject subc No setup is required as the `AuditExtension` is automatically added to DataObject. Changes are added to two tables viz. `DataObjectAuditor_Audit` which has a `$has_many` to `DataObjectAuditor_AuditValues`. -To prevent duplication only changed records are added to the `DataObjectAuditor_AuditValues` table to as to prevent duplication. -In the case of deletion though, the entire records is written. +Only changed records are added to the `DataObjectAuditor_AuditValues` table to prevent duplication. +In the case of deletion though, the entire record is written. ## Configuration/Usage instructions By default all DataObjects, except `Audit` and `AuditValue` are audited. @@ -32,4 +32,4 @@ SilverStripe\DataObjectAuditor\Extensions\AuditExtension: ## Bugtracker ## -Bugs are tracked on [github.com](https://github.com/fspringveldt/silverstripe-dataobject-auditor/issues). \ No newline at end of file +Bugs are tracked on [github.com](https://github.com/fspringveldt/silverstripe-dataobject-auditor/issues).