فهرست منبع

fix dart example readme typo

Phani Rithvij 6 سال پیش
والد
کامیت
39c6b58a9b
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
 ```