branch: elpa/emacsql commit 0bff8ccc34926dbe6cd4106c7718f20934f8d895 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Fix up README. --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e8d0263b58..a82a88c6cc 100644 --- a/README.md +++ b/README.md @@ -193,8 +193,8 @@ Provides `INSERT`, `REPLACE`. Provides `INTO`. ```el -[:insert-into employees ...] -[:insert-into (employees [id name]) ...] +[:into employees ...] +[:into (employees [id name]) ...] ``` #### :delete @@ -205,14 +205,6 @@ Provides `DELETE`. [:delete :from employees :where ...] ``` -#### :replace - -Provides `REPLACE`. - -```el -[:replace :into employees ...] -``` - #### :values `<vector>|(<vector> ...)` ```el