diff --git a/README.md b/README.md index 26b1343..4e56871 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This is a single model full CRUD full app for contacts using Python and Django, | `/contacts/:id` | Show | | `/contacts/new` | Create | | `/contacts/:id/edit` | Edit | -| `/contacts/id/delete` | Delete (action only, no view) | +| `/contacts/:id/delete` | Delete (action only, no view) | ## System Requirements