Fix wrong command in readme of example (#600)

This commit is contained in:
nghialv 2023-01-20 16:36:57 +07:00 committed by GitHub
parent 867d1173fa
commit d4d0f80d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: folder, i.e., .../example/helloworld/, first get the dependencies by running:
```sh ```sh
$ pub get $ dart pub get
``` ```
## Run TCP sample code ## Run TCP sample code