diff --git a/README.md b/README.md
index ed95e8d370aab96dd0a211918d85a5d57ff204ac..5e2e1506104cdc7e944bff07b7933ef05a526afb 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
 # SLUB SIP Builder
 
 ## Description
-A CLI tool to create a valid BagIt SIP for SLUBArchiv. 
-As a user, you have three options to create your SIP: `copy`, `move` or `replace`.
-NOTE: The use of option `copy` is strongly recommended. The other options modify your source directory, please use this with caution!
+A CLI tool to create valid BagIt-based SIPs for ingest into the [SLUBArchiv](https://slubarchiv.slub-dresden.de/), the digital long-term preservation archive of the Saxon State and University Library Dresden (SLUB).
+
+As a user, you have one of three options to create your SIP: `copy`, `move` or `replace`.  
+NOTE: The use of option `copy` is strongly recommended. The other options modify your source directory. Please use this with caution!
 
 ## Operating Systems
 * Windows 10 (NOTE: check if UTF-8 flag set at `Systemadministration/TimeAndRegion/Region/Administration/AreaPattern`, if you want to use such characters as äöüÄÖÜß)
@@ -32,7 +33,7 @@ Using cpanm is recommended for an assisted and clean uninstall.
 2. Run `cpanm --uninstall Archive::BagIt`
 
 ## Documentation
-* RECOMMENDED for Windows 10: strawberry perl environment [strawberry-perl-5.30.3.1-64bit-portable](http://strawberryperl.com/releases.html)
+* RECOMMENDED for Windows 10: strawberry perl environment [strawberry-perl-5.30.3.1-64bit-portable](http://strawberryperl.com/releases.html)  
 (includes `cpanm` with many preinstalled CPAN modules)
 * Project based on BagIt 1.0 specification, visit [RFC8493](https://tools.ietf.org/html/rfc8493) 
 * For valid SIP examples based on operating system please have a look at `export_dir_kitodo/bagit/lin_*` or `export_dir_kitodo/bagit/win_*`