This is an automated email from the ASF dual-hosted git repository.
tilmannz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git
The following commit(s) were added to refs/heads/master by this push:
new c776773 Update README.md
c776773 is described below
commit c7767734ec68b141e9b4d8ee805f2dfa5372c334
Author: Tilmann <[email protected]>
AuthorDate: Thu Jan 30 19:37:14 2020 +0100
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8970007..092ea61 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ This repository contains the JDO website source.
How to build the website:
* Use `git pull` to get the latest version from the repository.
* Use `git branch MyBranchName` and `git checkout MyBranchName` to create a
branch and check it out.
- * Adapt the asciidoc files in `src/main/asciidoc` or the website menu in
`src/main/template
+ * Adapt the asciidoc files in `src/main/asciidoc` or the website menu in
`src/main/template`
* Call `mvn clean compile`. This generates html files in `target/site`.
* Copy all files from `target/site` into the `docs` folder, do not forget
subfolders.
* Verify the generated website by viewing it locally with a web browser.