Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dc0e5eb

Browse files
committedMay 29, 2025
Fix product name in example readme
1 parent a16cf9d commit dc0e5eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎examples/custom-resources/oidc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ kubectl config set-context --namespace default --current
2020
## Prerequisites
2121

2222
1. Follow the [installation](https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-manifests/)
23-
instructions to deploy the Ingress Controller. This example requires that the HTTPS port of the Ingress Controller is
24-
`443`.
23+
instructions to deploy NGINX Ingress Controller. This example requires that the HTTPS port of the Ingress
24+
Controller is `443`.
2525
2. Save the public IP address of the Ingress Controller into `/etc/hosts` of your machine:
2626

2727
```text

0 commit comments

Comments
 (0)
Please sign in to comment.