From 9ab93379d597c093d1fc64014340a9ba3c1c64b2 Mon Sep 17 00:00:00 2001
From: bolkun <bolkun@BDV092.slub-dresden.de>
Date: Mon, 10 Aug 2020 18:34:54 +0200
Subject: [PATCH] update README.md 10

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 4f3d2a7..bb9086c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ This options are based on payload files, which would be saved in data directory
 NOTE: use option `copy` if you are not sure how to restore your payload files, when something goes wrong!
 
 ## 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 äöüÄÖÜß)
+* Windows 10 (NOTE: check if UTF-8 flag set at `Systemadministration/TimeAndRegion/Region/Administration/AreaPattern`, if you want to use such characters as äöüÄÖÜß)
 * Debian 10
 
 ## Requirements
@@ -16,7 +16,7 @@ NOTE: use option `copy` if you are not sure how to restore your payload files, w
 
 ## Three ways to install a module
 * with cpan `cpan Archive::BagIt`
-* with cpanm `cpanm Archive::BagIt` (Note: `cpan App::cpanminus` must be installed). To force installation run `cpanm -i -f Archive::BagIt`.
+* with cpanm `cpanm Archive::BagIt` (NOTE: `cpan App::cpanminus` must be installed). To force installation run `cpanm -i -f Archive::BagIt`.
 * manual as downloaded package
   1. Download for example Archive-BagIt-0.065.tar.gz from [metacpan Archive::BagIt](https://metacpan.org/pod/Archive::BagIt)
   2. Extract it with `tar zxf Archive-BagIt-0.065.tar.gz` and go to project dir with `cd in Archive-BagIt-0.065`
@@ -31,7 +31,7 @@ NOTE: use option `copy` if you are not sure how to restore your payload files, w
 2. Run `cpanm --uninstall Archive::BagIt`
 
 ## Documentation
-* Recommanded Windows 10 perl environment [strawberry-perl-5.30.3.1-64bit-portable](http://strawberryperl.com/releases.html)
+* RECOMMANDED: Windows 10 perl environment [strawberry-perl-5.30.3.1-64bit-portable](http://strawberryperl.com/releases.html)
 * Project based on BagIt 1.0 specification, visit [RFC8493](https://tools.ietf.org/html/rfc8493) 
 * Some valid Bag examples based on operation system look at `export_dir_kitodo/bagit/lin_*` or `export_dir_kitodo/bagit/win_*`
 * Specification of creating a SLUB SIP you can find at [SLUBArchiv_Produzenten_SIP_Spezifikation.pdf](https://slubarchiv.slub-dresden.de/technische-standards-fuer-die-ablieferung-von-digitalen-dokumenten/)
@@ -76,7 +76,7 @@ Options:
 perl -I lib/ bin/slubsipbuilderbagit.pl -man
 ```
 ###### Result
-* Note: Write command in one line.
+* MUST: Write command in one line.
 ```perl
 EXAMPLES
   Copy    (minimalistic)
@@ -123,7 +123,7 @@ EXAMPLES
 
 ##### Tests
 * Start scipt in project directory to run all tests properly. 
-* Note: while running tests path `tmp/bagit` will be created.
+* NOTE: while running tests path `tmp/bagit` will be created.
 ```perl
 perl -I lib/ t/slubsipbuilderbagit.t
 ```
-- 
GitLab