Skip to content

Commit f2b87c8

Browse files
committed
better naming
1 parent 2606242 commit f2b87c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ For the information on how to run tests and configure them, go to the [`tests`](
165165
docker run --rm -it -p 3001:3001 -v <path to your kubeconfig>:/app/core-ui/kubeconfig/<your kubeconfig file name> --pid=host --name busola europe-docker.pkg.dev/kyma-project/prod/busola:latest
166166
```
167167

168-
2. When you open Busola in your browser, go to `http://localhost:3001?kubeconfigID={YOUR_KUBECONFIG_FILE_NAME}`. Busola will try to download that file and add it for your Busola instance.
168+
2. When you open Busola in your browser, visit `http://localhost:3001?kubeconfigID={YOUR_KUBECONFIG_FILE_NAME}`. Busola will try to download that file and add it for your Busola instance.
169169

170170
### Set active environment
171171

@@ -216,13 +216,13 @@ Prerequisites:
216216
(cd resources && kubectl apply -f ingress/ingress.yaml)
217217
```
218218

219-
2. Go to `localhost`
219+
2. Visit `localhost`
220220

221221
#### Connect to the k3d Cluster With Busola Installed.
222222

223223
To connect to the same k3d cluster with Busola installed, download kubeconfig and change the cluster server address to `https://kubernetes.default.svc:443`.
224224

225-
Using shell.
225+
Use shell to quickly process the file
226226

227227
Prerequisites:
228228

0 commit comments

Comments
 (0)