diff --git a/guides/mrz-scanner.md b/guides/mrz-scanner.md
index fb2685b..1ff09b1 100644
--- a/guides/mrz-scanner.md
+++ b/guides/mrz-scanner.md
@@ -49,13 +49,13 @@ The simplest way to include the SDK is to use either the [**jsDelivr**](https://
- jsDelivr
```html
-
+
```
- UNPKG
```html
-
+
```
When using a framework such as **React**, **Vue** or **Angular**, we recommend adding the package as a dependency using a package manager such as **npm** or **yarn**:
@@ -78,7 +78,7 @@ Below is the complete Hello World sample page that uses the precompiled script s
Dynamsoft MRZ Scanner - Hello World
-
+
@@ -162,7 +162,7 @@ Let's now go through the code of the Hello World sample to understand how the co
Dynamsoft MRZ Scanner - Hello World
-
+
diff --git a/releasenotes/index.md b/releasenotes/index.md
index 4faba2d..9e43cc8 100644
--- a/releasenotes/index.md
+++ b/releasenotes/index.md
@@ -12,7 +12,7 @@ permalink: /releasenotes/index.html
# Release Notes
-## 2.1.0 (05/15/2025)
+## 2.1.0 (05/16/2025)
## Highlighted Features
@@ -21,13 +21,13 @@ permalink: /releasenotes/index.html
- Added a new property to the *MRZScannerViewConfig* interface, **showPoweredByDynamsoft**, which controls the visibility of the `Powered By Dynamsoft` message that is part of the *MRZScannerView* UI.
- Introduced the ability for the MRZ Scanner to read MRZs from static images and PDFs without the need to use the *MRZScannerView* UI and the Load Image button.
- Added two new properties to the *MRZScannerViewConfig* interface, **uploadAcceptedTypes** and **uploadFileConverter**, which convert static images and PDFs to blobs which can then be read by the MRZ Scanner.
-- Redeveloped the `launch()` method so that it can take a static image or file as input. To learn how to use that, please refer to [Setting up the MRZ Reader for Static Images]({{ site.guides }}mrz-scanner-static-images.html)
+- Redeveloped the `launch()` method so that it can take a static image or file as input. To learn how to use that, please refer to [Setting up the MRZ Reader for Static Images]({{ site.guides }}mrz-scanner-static-image.html)
- Integrated Dynamsoft's [Mobile Web Capture](https://www.dynamsoft.com/mobile-web-capture/docs/introduction/) with the MRZ Scanner (JavaScript Edition) to allow the user to edit the scanned MRZ image like a document.
- Added `NationalityRaw` and `IssuingStateRaw` to the `MRZData` interface that represent the raw values of these fields
## Fixes
-- Fixed parsing of German IDs returning `G<<` instead of `G`.
+- Fixed parsing of German IDs returning `D<<` instead of `D`.
- `engineResourcePaths` is now set before `initLicense` (internally) to prevent a bug when the user wants to implement a custom `engineResourcePaths`.
- Update the trial license banner link to point to https://www.dynamsoft.com/customer/license/trialLicense?product=mrz&deploymenttype=web