ソースを参照

Merge pull request #6346 from phanirithvij/patch-1

fix dart example readme typo
Yilun Chong 6 年 前
コミット
2d61b9edd9
1 ファイル変更1 行追加1 行削除
  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:
 To run the examples:
 
 
 ```sh
 ```sh
-$ dart add_person.dart addessbook.data
+$ dart add_person.dart addressbook.data
 $ dart list_people.dart addressbook.data
 $ dart list_people.dart addressbook.data
 ```
 ```