aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index d09cfcc..7959be2 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,6 @@ Column::new()
.push(
text_editor(&state.content)
.placeholder("Type something here...")
- .rehighlight_on_redraw(true)
.highlight_with::<Highlighter>(
Settings::new(vec![], Highlight::default_style, "rs"),
Highlight::to_format,