diff --git a/README.md b/README.md index 26a54a6..592a51e 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ with the list of annotations below. let dl = DisplayList::from(snippet); let dlf = DisplayListFormatter::new(true, false); - dlf.format(&dl); + println!("{}", dlf.format(&dl)); } ```