From 9826e510a08c442e8daa7b7c3f259bd91aa1f64f Mon Sep 17 00:00:00 2001 From: Rodrigue Chakode Date: Sun, 31 May 2020 17:17:16 +0200 Subject: [PATCH] Fixed typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c048362..9cdc9f4 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ In a nutshell, `hugo-mx-gateway` provides a RESTful POST endpoint for static con - [Why hugo-mx-gateway](#why-hugo-mx-gateway) - [How does it work](#how-does-it-work) - [Prerequisites](#prerequisites) -- [Deployment](#deployment) - - [Deployment on Google Appp Engine](#deployment-on-google-appp-engine) +- [Deployment](#deployment + - [Deployment on Google App Engine](#deployment-on-google-app-engine) - [Deployment on a Kubernetes cluster](#deployment-on-a-kubernetes-cluster) - [Deployment on Docker](#deployment-on-docker) - [Use the built-in form for Hugo](#use-the-built-in-form-for-hugo) @@ -55,7 +55,7 @@ These are basic requirements in the today's Internet world. # Deployment Consider one of the following resources according to the selected installation platform. -## Deployment on Google Appp Engine +## Deployment on Google App Engine This requires to have an active GCP account and [Google Cloud SDK](https://cloud.google.com/sdk) (gcloud) installed on your work station. * Create/select a GCP project to deploy `hugo-mx-gateway`. @@ -183,4 +183,4 @@ New ideas are welcomed, please open an issue to submit your idea if you have any Contributions are accepted subject that the code and documentation be released under the terms of Apache 2.0 License. -To contribute bug patches or new features, please use the Github Pull Request model. \ No newline at end of file +To contribute bug patches or new features, please use the Github Pull Request model.