diff --git a/Readme.md b/Readme.md
index fa4a859..8ad24ef 100644
--- a/Readme.md
+++ b/Readme.md
@@ -19,7 +19,7 @@ Primer:
...
-
+
```
diff --git a/samples/ckeditor.html b/samples/ckeditor.html
index be4672c..026d43f 100644
--- a/samples/ckeditor.html
+++ b/samples/ckeditor.html
@@ -5,7 +5,7 @@
CKEditor 5 Example
-
+
diff --git a/samples/index.html b/samples/index.html
index dff40e4..b6f96c4 100644
--- a/samples/index.html
+++ b/samples/index.html
@@ -5,7 +5,7 @@
BesService Example
-
+
diff --git a/service.js b/service.js
index 0b2021b..8d84219 100644
--- a/service.js
+++ b/service.js
@@ -103,7 +103,7 @@ class BesService {
language: node.lang ? node.lang : 'sl',
level: 'picky'
}
- const request = new Request(besUrl, {
+ const request = new Request(besUrl + '/check', {
method: 'POST',
headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
body: new URLSearchParams(requestData)