From 7496c0d68f281f4b2451754335259638b08a7018 Mon Sep 17 00:00:00 2001 From: Subhrodip Mohanta Date: Mon, 15 Feb 2021 01:28:24 +0530 Subject: [PATCH] Apply suggestions from code review added syntax highlighting --- cloud-static-content-hosting/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud-static-content-hosting/README.md b/cloud-static-content-hosting/README.md index bc1e97f7e..0f1fb3207 100644 --- a/cloud-static-content-hosting/README.md +++ b/cloud-static-content-hosting/README.md @@ -82,7 +82,7 @@ the content globally. * First create the content, at least `index.html` and `error.html` documents. index.html -``` +```html My Static Web Site @@ -93,7 +93,7 @@ index.html ``` error.html -``` +```html My Static Web Site @@ -110,7 +110,7 @@ error.html * Create `policy.json` with the following contents (note that you need to replace the bucket name with your own). -``` +```json { "Version": "2012-10-17", "Statement": [