소스 검색

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:
 
 ```sh
-$ dart add_person.dart addessbook.data
+$ dart add_person.dart addressbook.data
 $ dart list_people.dart addressbook.data
 ```