fix dart example readme typo

This commit is contained in:
Phani Rithvij 2019-07-07 09:10:41 +05:30 committed by GitHub
parent 55ed1d427c
commit 39c6b58a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```