Skip to content

Commit

Permalink
Merge pull request #41 from takekazuomi/fix/typo
Browse files Browse the repository at this point in the history
fix typo start_with is starts_with
  • Loading branch information
pamelafox authored Jan 6, 2024
2 parents 6751d2d + 988bb01 commit fb243b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fb243b5

Please sign in to comment.