Skip to content

Commit 4da5cd0

Browse files
committed
Improved sentences + fixed command used in the remove section
1 parent efc82c4 commit 4da5cd0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/cloud/usage/_index.en.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you haven't already done so, simply run this command:
1919
composer require php-etl/satellite:'*'
2020
```
2121

22-
## Login to the API
22+
## Log into the API
2323

2424
The `login` command is used to establish a connection with the Gyroscops API, allowing access to the various functionalities.
2525
Before executing this command, make sure you have the necessary identification information to hand.
@@ -54,7 +54,6 @@ php bin/cloud create <path/to/satellite.yaml>
5454

5555
Once you have created your satellite, you can access its configuration from the interface by following these steps:
5656

57-
- Open your favourite web browser
5857
- Enter the following URL in the address bar: https://app.gyroscops.com (or https://beta.gyroscops.com)
5958
- Log in with your credentials
6059

@@ -77,7 +76,7 @@ php bin/cloud update <path/to/satellite.yaml>
7776
The `remove` command is used to remove a given satellite.
7877

7978
```shell
80-
php bin/cloud update <path/to/satellite.yaml>
79+
php bin/cloud remove <path/to/satellite.yaml>
8180
```
8281

8382
### Options

0 commit comments

Comments
 (0)