diff --git a/README.md b/README.md
index 1ac0b1b6dadb7416c0a9f30d1ed87a8fa63a2fbd..a2996b20a831eea80420e2c159002e27638fc63a 100644
--- a/README.md
+++ b/README.md
@@ -88,13 +88,14 @@ Term Source Description	| Experimental Factor Ontology |	Scholarly Contributions
 
 ### Adding a second publication
 
-As above but ontology reference information do not need to be entered in duplicates.
+Not done in this example.  
+(As above but ontology reference information do not need to be entered in duplicates.)
 
 ## Connect the ARC with the HUB 
 
 Connect the local ARC with the HUB "project" and sync changes
 
-- Prepare a TOKENSTRING (personal access token (e.g. like here: https://github.com/nfdi4plants/arcCommander/discussions/157))
+- prepare a TOKENSTRING (personal access token (e.g. like here: https://github.com/nfdi4plants/arcCommander/discussions/157))
 - replace TOKENSTRING,YourGitLabNAME and ARC_NAME below
 
 ```bash
@@ -103,11 +104,11 @@ arc sync -r https://oauth2:TOKENSTRING@git.nfdi4plants.org/YourGitLabNAME/ARC_NA
 
 ## Add a README, a LICENCE and a .gitignore file
 
-Here: A template README has been added here as TEMPLATE_README.md.  
+Here: A template README has been added here as [TEMPLATE_README.md](./TEMPLATE_README.md).  
 > When this is used, it needs to be named "README.md".  
 
-Here: A CC-BY 4.0 license has been added.  
-Here: An initial .gitignore file has been added with the entry ".DS_Store" for macOS.  
+Here: A [CC-BY 4.0 license](./LICENSE) has been added.  
+Here: An initial [.gitignore file](./.gitignore) has been added with the entry ".DS_Store" for macOS.  
 
 ### Sync with the HUB
 
@@ -115,12 +116,14 @@ Here: An initial .gitignore file has been added with the entry ".DS_Store" for m
 arc sync -m "Added a README template, .gitignore for macOS and a CC-BY 4.0 licence file."
 ```  
 
-## Only for this Grow-an-ARC_Example - add the README.md which contains the procedure described here.
+## Only for this Grow-an-ARC_Example - add the README.md which contains the procedure described here...
 
 ```bash
 touch README.md
 ```  
 
+... and, of course, synchronize again with a message explaining what has been changed.
+
 ```bash
 arc sync -m "Added the README for this Grow-an-ARC_Example ARC including the process of growing this ARC."
 ```
\ No newline at end of file