diff --git a/book/src/delete_queries/README.md b/book/src/delete_queries/README.md index a9b8991..028a56c 100644 --- a/book/src/delete_queries/README.md +++ b/book/src/delete_queries/README.md @@ -1,7 +1,7 @@ # Delete Queries Writing delete queries, which is pretty much the same as [Select Queries](../select_queries/index.html), is incredibly easy with the `delete_query` macro. -Simply create a struct with the fields you want to select, and annotate it with the `#[select_query]` macro. +Simply create a struct with the fields you want to select, and annotate it with the `#[delete_query]` macro. ```rust #use scyllax::prelude::*;