Skip to content

Commit edbea7d

Browse files
committed
format readme.md
1 parent d2f926e commit edbea7d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

cloud-static-content-hosting/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@ the content globally.
8080
9. Upload content to the bucket.
8181

8282
* First create the content, at least `index.html` and `error.html` documents.
83-
84-
index.html
83+
* index.html
8584

86-
```
85+
```html
8786
<!doctype html>
8887
<head>
8988
<title>My Static Web Site</title>
@@ -93,9 +92,9 @@ the content globally.
9392
</body>
9493
```
9594

96-
error.html
97-
98-
```
95+
* error.html
96+
97+
```html
9998
<!doctype html>
10099
<head>
101100
<title>My Static Web Site</title>

0 commit comments

Comments
 (0)