Skip to content

Commit 78b9a26

Browse files
committed
update step numbering
1 parent 0833f2e commit 78b9a26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorials/remote-service-deploy-to-cf/remote-service-deploy-to-cf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ First, you create a service instance for the SAP S/4HANA Cloud Extensibility ser
146146

147147
### Deploy the application
148148

149-
4. Log in to your subaccount in SAP BTP:
149+
1. Log in to your subaccount in SAP BTP:
150150

151151
```bash
152152
cf api <API-ENDPOINT>

tutorials/remote-service-deploy-to-kyma/remote-service-deploy-to-kyma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ First, you create a service instance for the SAP S/4HANA Cloud Extensibility ser
138138
>- If you're using any device with a non-x86 processor (e.g. MacBook M1/M2) you need to instruct Docker to use x86 images by setting the **DOCKER_DEFAULT_PLATFORM** environment variable using the command `export DOCKER_DEFAULT_PLATFORM=linux/amd64`. Check [Environment variables](https://docs.docker.com/engine/reference/commandline/cli/#environment-variables) for more info.
139139

140140

141-
3. Create the productive CAP build for your application:
141+
1. Create the productive CAP build for your application:
142142

143143
```bash
144144
cds build --production

0 commit comments

Comments
 (0)