From 05d793a208e3ddbb53c4d8265b3fda494047e79b Mon Sep 17 00:00:00 2001 From: wallem89 <35346737+wallem89@users.noreply.github.com> Date: Sat, 25 Jan 2025 10:56:53 +0000 Subject: [PATCH] Edit example table to represent result as expected --- pages/learn/getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/learn/getting-started.md b/pages/learn/getting-started.md index d3448362a7..42e24ad34c 100644 --- a/pages/learn/getting-started.md +++ b/pages/learn/getting-started.md @@ -112,12 +112,12 @@ successful message appears. ## Create a release -After login, test the {{ $names.cli.lower }} by running the `{{ $names.company.lower }} fleet list` command, which should return information about the fleet you created in the previous step. Take a note of the `FLEET NAME` as you'll need this in the next step to push the code to your device(s) in that fleet. +After login, test the {{ $names.cli.lower }} by running the `{{ $names.company.lower }} fleet list` command, which should return information about the fleet you created in the previous step. Take a note of the fleet `NAME` as you'll need this in the next step to push the code to your device(s) in that fleet. ```shell $ {{ $names.company.lower }} fleets -ID FLEET NAME DEVICE TYPE ONLINE DEVICES DEVICE COUNT -98264 First-Fleet {{ $device.name }} 0 0 +ID NAME SLUG DEVICE TYPE DEVICE COUNT ONLINE DEVICES +98264 First-Fleet {{ $names.cli.lower }}/first-fleet {{ $device.name }} 0 0 ``` A nice project to try is the [balena-{{ $language.id }}-hello-world][balena-{{ $language.id }}-hello-world] project.