From 562dd7151836cc55ed2f90c145b8bb3da1b643e1 Mon Sep 17 00:00:00 2001 From: Erlend Walstad <96946613+lampsitter@users.noreply.github.com> Date: Wed, 13 Sep 2023 20:41:44 +0200 Subject: [PATCH] Remove outdated comment in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13fe39b..e92192f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ r"# Hello world * A list * [ ] Checkbox "; -// Stores image handles between each frame + let mut cache = CommonMarkCache::default(); CommonMarkViewer::new("viewer").show(ui, &mut cache, markdown); ```