Explorar el Código

Merge pull request #6346 from phanirithvij/patch-1

fix dart example readme typo
Yilun Chong hace 6 años
padre
commit
2d61b9edd9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/README.md

+ 1 - 1
examples/README.md

@@ -135,7 +135,7 @@ Build the Dart samples in this directory with `make dart`.
 To run the examples:
 
 ```sh
-$ dart add_person.dart addessbook.data
+$ dart add_person.dart addressbook.data
 $ dart list_people.dart addressbook.data
 ```