diff --git a/legacy/readme.md b/legacy/readme.md index c9e2a857..cad78ad7 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -43,7 +43,7 @@ async function example() { } ``` -Which outputs a similar reponse to the following (as a markdown string, including the `\`\`\`python` code prefix): +Which outputs a similar reponse to the following (as a markdown string, including the _\`\`\`python_ code prefix): ```python def bubble_sort(lst):