From f62c46dd61433646a8950813c3be924ed71ca065 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Fri, 12 Jul 2019 20:35:42 -0400 Subject: docs: s/anything/foo/ for clarity --- views/index.dt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/index.dt b/views/index.dt index 6221e6d..e0c91f4 100644 --- a/views/index.dt +++ b/views/index.dt @@ -9,11 +9,11 @@ block content th Effect tbody tr - td: pre: code POST / data=anything - td Pastebin anything + td: pre: code POST / data=foo + td Pastebin foo tr - td: pre: code PUT /id data=anything - td Write anything into /id. Collisions disallowed. If a POST id coincides with your PUT content, it will be overwritten. + td: pre: code PUT /id data=foo + td Write foo into /id. Collisions disallowed. If a POST id coincides with your PUT content, it will be overwritten. tr td: pre: code GET /id td Read paste with ID "id" -- cgit v1.2.3