You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2019/11/16 23:20:26 UTC

[incubator-tamaya-site] branch master updated: TAMAYA-411: Fix howto

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d5afd2  TAMAYA-411: Fix howto
6d5afd2 is described below

commit 6d5afd28b2bc032338784fea1babcc09f681a455
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Sun Nov 17 00:20:20 2019 +0100

    TAMAYA-411: Fix howto
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 24c765c..daf5c97 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ You need write access to this repository and have to generate the javadoc manual
 ```
 $ cd tamaya
 $ git checkout master (to generate the current development version) OR
-$ git checkout 0.4-incubating (to generate the a stable release version)
+$ git checkout 0.4-incubating (to generate a stable release version)
 $ mvn site
 (since javadoc:javadoc does not generate a full report)
 ```