Skip to content

Commit 6e74971

Browse files
authored
Update README.md
1 parent c25f50f commit 6e74971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var myJSON = jsonDecode(incomingJSONText);
9494
_controller = QuillController(
9595
document: Document.fromJson(myJSON),
9696
selection: TextSelection.collapsed(offset: 0),
97-
);
97+
);
9898
```
9999

100100
## Web

0 commit comments

Comments
 (0)