Fix: incorrect documentation

pull/1995/head
Gabriel Danjon 10 months ago
parent a8703bd776
commit 51e557f8fd
  1. 5
      quill_html_converter/README.md

@ -32,8 +32,9 @@ import 'package:quill_html_converter/quill_html_converter.dart';
final html = _controller.document.toDelta().toHtml(); final html = _controller.document.toDelta().toHtml();
// Load Delta document using HTML // Load Delta document using HTML
_controller.document = _controller.document = Document.fromDelta(
Document.fromDelta(Document.fromHtml(html)); Document.fromHtml(html).toDelta(),
);
``` ```
## Additional information ## Additional information

Loading…
Cancel
Save