From ff675ce3476a2ddb88547e70196ab0592af777d9 Mon Sep 17 00:00:00 2001 From: mbeltagy Date: Thu, 24 Oct 2024 18:12:27 +0300 Subject: [PATCH] Update README.md Improved text clarity --- workers/hello_world/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers/hello_world/README.md b/workers/hello_world/README.md index e4e3367..297ae51 100644 --- a/workers/hello_world/README.md +++ b/workers/hello_world/README.md @@ -17,7 +17,7 @@ Both of these endpoints take the same API JSON payload: } ``` -We want the PyWorker to also expose two endpoints, for each of the above endpoints. +We want the PyWorker to also expose two endpoints that correspond to the above endpoints. ### Structure