From 988bb01d59365695e56069ad2d9b0d199e33206f Mon Sep 17 00:00:00 2001 From: Takekazu Omi Date: Sat, 6 Jan 2024 21:10:29 +0900 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac25cb1..ddb45c8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If you're not using one of those options for opening the project, then you'll ne 3. Click 'http://127.0.0.1:3100' in the terminal, which should open a new tab in the browser. -4. Try the API at '/generate_name' and try passing in a parameter at the end of the URL, like '/generate_name?start_with=N'. +4. Try the API at '/generate_name' and try passing in a parameter at the end of the URL, like '/generate_name?starts_with=N'. ### Local development with Docker