Skip to content

Commit 9d886eb

Browse files
chore: rename application to app (#1804)
Co-authored-by: jeho <[email protected]>
1 parent 378903f commit 9d886eb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
## Getting started
2222

23-
### Step 1: [Install the Application Platform](https://apl-docs.net/docs/get-started/installation/overview)
24-
Install the Application Platform on Linode Kubernetes Engine (LKE) or any other conformant Kubernetes cluster.
23+
### Step 1: [Install the App Platform](https://apl-docs.net/docs/get-started/installation/overview)
24+
Install the App Platform on Linode Kubernetes Engine (LKE) or any other conformant Kubernetes cluster.
2525

2626
### Step 2: [Follow the post installation steps ](https://apl-docs.net/docs/get-started/installation/post-installation-steps)
27-
Configure the Application Platform for your use case.
27+
Configure the App Platform for your use case.
2828

29-
### Step 3: [Explore the Application Platform using the Labs](https://apl-docs.net/docs/get-started/labs/overview)
30-
Explore the Application Platform with a comprehensive set of hands-on labs.
29+
### Step 3: [Explore the App Platform using the Labs](https://apl-docs.net/docs/get-started/labs/overview)
30+
Explore the App Platform with a comprehensive set of hands-on labs.
3131

3232
## Akamai Application Platform supports
3333

src/cmd/commit.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export const printWelcomeMessage = async (): Promise<void> => {
209209
const message = `
210210
########################################################################################################################################
211211
#
212-
# The Application Platform console is available at https://console.${domainSuffix}
212+
# The App Platform console is available at https://console.${domainSuffix}
213213
#
214214
# Obtain login credentials by using the below commands:
215215
# kubectl get secret ${secretName} -n keycloak -o jsonpath='{.data.username}' | base64 -d

0 commit comments

Comments
 (0)