From 0397fcb69507b005309c3c0c7a5f578654ae4978 Mon Sep 17 00:00:00 2001 From: coriet Date: Thu, 20 May 2021 19:43:05 +0200 Subject: [PATCH] [pollytts] Fix settings namespace in documentation (#10725) Signed-off-by: Christian Oriet --- bundles/org.openhab.voice.pollytts/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bundles/org.openhab.voice.pollytts/README.md b/bundles/org.openhab.voice.pollytts/README.md index 5bffc922d..7ff60ddbe 100644 --- a/bundles/org.openhab.voice.pollytts/README.md +++ b/bundles/org.openhab.voice.pollytts/README.md @@ -51,10 +51,10 @@ Create a new file in `$OPENHAB_ROOT/conf/services` named `pollytts.cfg` It's contents should look similar to: ``` -org.openhab.pollytts:accessKey=ACCESS_KEY_ID -org.openhab.pollytts:secretKey=SECRET_KEY -org.openhab.pollytts:serviceRegion=SERVICE_REGION -org.openhab.pollytts:cacheExpiration=EXPIRATION_IN_DAYS +org.openhab.voice.pollytts:accessKey=ACCESS_KEY_ID +org.openhab.voice.pollytts:secretKey=SECRET_KEY +org.openhab.voice.pollytts:serviceRegion=SERVICE_REGION +org.openhab.voice.pollytts:cacheExpiration=EXPIRATION_IN_DAYS ``` These have the same meanings as described in the **Service Configuration** block above.