docs: minor README updates
diff --git a/README.md b/README.md
index 46a3997..64fcb3a 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@
 
 ```sh
 # Dart
-pub get
+dart pub get
 
 # Flutter
 flutter packages get
@@ -217,9 +217,9 @@
 
 `Person(Bob)`
 
-This flag by default is false and `toString` will return just the type:
+This flag by default is false and `toString` will fallback to the default implementation:
 
-`Person`
+`Instance of Person`
 
 #### EquatableConfig