From d4d0f80d0271f119cc770b22a3e7aff7429ddf33 Mon Sep 17 00:00:00 2001 From: nghialv Date: Fri, 20 Jan 2023 16:36:57 +0700 Subject: [PATCH] Fix wrong command in readme of example (#600) --- example/helloworld/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/helloworld/README.md b/example/helloworld/README.md index 817c60b..1828c9e 100644 --- a/example/helloworld/README.md +++ b/example/helloworld/README.md @@ -9,7 +9,7 @@ To compile and run the example, assuming you are in the root of the helloworld folder, i.e., .../example/helloworld/, first get the dependencies by running: ```sh -$ pub get +$ dart pub get ``` ## Run TCP sample code