From 39c6b58a9b77b5a39100a84350eee172b5b21911 Mon Sep 17 00:00:00 2001 From: Phani Rithvij Date: Sun, 7 Jul 2019 09:10:41 +0530 Subject: [PATCH] fix dart example readme typo --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 2378ff6ae8..4bf7c17ccc 100755 --- a/examples/README.md +++ b/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 ```