Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 687d20b

Browse files
author
Adam Barth
committed
Fix typos in README.md
1 parent c5719c6 commit 687d20b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

sky/sdk/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@ Sky apps are written in Dart. To get started, we need to set up Dart SDK:
77
- Ensure that `$DART_SDK` is set to the path of your Dart SDK and that the
88
`dart` and `pub` executables are on your `$PATH`.
99

10-
Once we have the Dart SDK, we can creating a new directory and
11-
adding a [pubspec.yaml](https://www.dartlang.org/tools/pub/pubspec.html):
10+
Once you have instealled Dart SDK, create a new directory and adding a
11+
[pubspec.yaml](https://www.dartlang.org/tools/pub/pubspec.html):
1212

1313
```yaml
1414
name: your_app_name
1515
dependencies:
1616
sky: any
1717
```
1818
19-
Once the `pubspec.yaml` is in place, create a `lib` directory (where your Dart\
20-
code will go) and use the `pub` tool to fetch the Sky package and its
21-
dependencies:
19+
Next, create a `lib` directory (where your Dart code will go) and use the `pub`
20+
tool to fetch the Sky package and its dependencies:
2221

2322
- `mkdir lib`
2423
- `pub get && pub run sky:init`

0 commit comments

Comments
 (0)