diff --git a/README.md b/README.md index e63982e6..2852291e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ class Person { } ``` -We can create create instances of `Person` like so: +We can create instances of `Person` like so: ```dart void main() {