Skip to content

Commit 7e17580

Browse files
authored
Fix capitalization error (#6769)
1 parent 0cd022e commit 7e17580

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
The docs are written in [AsciiDoc](https://asciidoc.org/)(`.adoc`). You can view the docs locally in many ways.
22

33
- View on IDE
4-
- View in Html
4+
- View in HTML
55
- View in PDF
66

77
## View on IDE
88

99
- Install `AsciiDoc`plugins in `VsCode` or `Intellij IDEA`
1010

11-
## View in Html
11+
## View in HTML
1212
### Install `asciidoctor`
1313

1414
- Mac OS
@@ -21,7 +21,7 @@ brew install asciidoctor
2121
apt-get install asciidoctor
2222
```
2323

24-
### Convert to Html
24+
### Convert to HTML
2525
> Tips:`pwd` is `cairo/docs/reference`
2626
2727
- Convert a single file
@@ -34,7 +34,7 @@ asciidoctor src/Summary.adoc
3434
asciidoctor src/*.adoc
3535
```
3636

37-
Now `Html` versions of the documentation will be generated.
37+
Now `HTML` versions of the documentation will be generated.
3838

3939
## View in PDF
4040
### Install `asciidoctor`

0 commit comments

Comments
 (0)