corrected a typo in README.md

This commit is contained in:
FrenchFriesForBallerina 2023-09-17 08:53:57 +03:00 committed by Niccolò Primo
parent ea5f96d82a
commit 7e2c88632b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Dart is the programming language of the [Flutter](https://flutter.dev) framework
### Instructions
Let's start with the standard tradition for learning a new programming language; you're first `"Hello, world!"` with dart.
Let's start with the standard tradition for learning a new programming language; your first `"Hello, world!"` with dart.
Create a `main` function which prints `"Hello, world!"`, followed by a new-line character.