From f321e8036652fc22761ecb49eb1fdd10b7d590b5 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 2 Dec 2022 18:42:33 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bdffca1..e3f00d1 100644 --- a/readme.md +++ b/readme.md @@ -41,7 +41,7 @@ async function example() { } ``` -Which outputs: +Which outputs the following (as a markdown string): ```python def bubble_sort(lst):