diff --git a/README.md b/README.md index 109975fe..3a64f7bc 100644 --- a/README.md +++ b/README.md @@ -747,7 +747,7 @@ version is self-contained (see the Diffing section above for more) you can simply delete any records you don't want any more. For example: ```sql -sql> delete from versions where created_at < 2010-06-01; +sql> delete from versions where created_at < '2010-06-01'; ``` ```ruby