Skip to content

Commit

Permalink
Fix capitalization error (#6769)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyylka authored Dec 2, 2024
1 parent 0cd022e commit 7e17580
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/reference/readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
The docs are written in [AsciiDoc](https://asciidoc.org/)(`.adoc`). You can view the docs locally in many ways.

- View on IDE
- View in Html
- View in HTML
- View in PDF

## View on IDE

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

## View in Html
## View in HTML
### Install `asciidoctor`

- Mac OS
Expand All @@ -21,7 +21,7 @@ brew install asciidoctor
apt-get install asciidoctor
```

### Convert to Html
### Convert to HTML
> Tips:`pwd` is `cairo/docs/reference`
- Convert a single file
Expand All @@ -34,7 +34,7 @@ asciidoctor src/Summary.adoc
asciidoctor src/*.adoc
```

Now `Html` versions of the documentation will be generated.
Now `HTML` versions of the documentation will be generated.

## View in PDF
### Install `asciidoctor`
Expand Down

0 comments on commit 7e17580

Please sign in to comment.