From c8e3141ea22d3002f22a77420821c582355cc8f7 Mon Sep 17 00:00:00 2001 From: Jerrica Bobadilla Date: Thu, 8 Oct 2020 12:08:38 -0700 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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