From d971f6615125e85d0ffddee6574630d8173397ca Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Sat, 17 Sep 2022 20:40:51 -0600 Subject: [PATCH] Fix typo --- jhipster-k8s/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhipster-k8s/README.md b/jhipster-k8s/README.md index a14e35e..2bb4aff 100644 --- a/jhipster-k8s/README.md +++ b/jhipster-k8s/README.md @@ -1,6 +1,6 @@ # Kubernetes + Reactive Java with JHipster Example -This example uses JHipster 7 to generate Kubernetes deployment descriptors and deploy your microservice architecture to Minikue and Google Cloud (GKE). See [Kubernetes to the Cloud with Spring Boot and JHipster][blog] to see how it was built. +This example uses JHipster 7 to generate Kubernetes deployment descriptors and deploy your microservice architecture to Minikube and Google Cloud (GKE). See [Kubernetes to the Cloud with Spring Boot and JHipster][blog] to see how it was built. **Prerequisites:** [Java 11](https://sdkman.io/sdks#java) and [Docker](https://docs.docker.com/engine/install/).