From f3938e2e9fee9e58452c0aeffe8d0c78879e89c4 Mon Sep 17 00:00:00 2001 From: Tobias Wolf Date: Thu, 27 Jul 2023 14:15:54 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Readme.md b/Readme.md index be00ea7..f995143 100644 --- a/Readme.md +++ b/Readme.md @@ -70,8 +70,8 @@ Add the section `machine-translate` to your blueprint to get the interface to tr ```yaml sections: - machineTranslate: - type: machine-translate + machineTranslate: + type: machine-translate ``` Bildschirmfoto 2023-07-27 um 13 09 57 @@ -80,11 +80,11 @@ After the page is translated an object field `machineTranslated` with `date` and ```yaml sections: - fields: - type: fields - fields: - machineTranslated: - extends: fields/machineTranslated + fields: + type: fields + fields: + machineTranslated: + extends: fields/machineTranslated ``` ### API endpoint