Skip to content

Commit a194288

Browse files
authored
Update README.md
1 parent d37d132 commit a194288

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ This repository automatically generates the Javadoc for Processing 4 and hosts i
33

44
👉 https://processing.github.io/processing4-javadocs/
55

6-
### How It Works
6+
## How It Works
77

8-
This repository uses a custom GitHub Actions workflow [`build-and-deploy-javadoc.yml`](https://github.com/processing/processing4-javadocs/blob/gh-pages/.github/workflows/build-and-deploy-javadoc.yml) .
8+
This repository uses a custom GitHub Actions workflow [`build-and-deploy-javadoc.yml`](https://github.com/processing/processing4-javadocs/blob/gh-pages/.github/workflows/build-and-deploy-javadoc.yml).
99

10-
The workflow builds the Javadocs using `ant doc`, then copies the generated files to the `/docs` directory of this repository and deploys them to GitHub Pages.
10+
The workflow builds the Javadocs using `ant doc`, then copies the generated files to the `/doc` directory of this repository and deploys them to GitHub Pages.
1111

1212
## Legacy
1313

0 commit comments

Comments
 (0)