Skip to content

Commit 4d01b3e

Browse files
committed
fix some typos in the sync client quickstart guide
1 parent 54758aa commit 4d01b3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started/sync-client-quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Your feedback on this version of our client is appreciated. Please raise an issu
1111

1212
## Dependencies
1313

14-
This package requires [Python 3.8 or greater](https://python.org/downloads/). A virtual environment is strongly recommended.
14+
This package requires [Python 3.9 or greater](https://python.org/downloads/). A virtual environment is strongly recommended.
1515

1616
You will need your Planet API credentials. You can find your API key in [Planet Explorer](https://planet.com/explorer) under Account Settings.
1717

@@ -194,7 +194,7 @@ def main():
194194

195195
#### Prerequisites
196196

197-
Subscriptions will require a delivery destination. The following example uses Amazon S3.
197+
Subscriptions can be delivered to a destination. The following example uses Amazon S3.
198198
You will need your ACCESS_KEY_ID, SECRET_ACCESS_KEY, bucket and region name.
199199

200200
#### Scene subscription

0 commit comments

Comments
 (0)