From 31e2370be976b8fc4b48ada90267ced7394e7b10 Mon Sep 17 00:00:00 2001 From: Mercedes Bernard Date: Wed, 5 Jun 2024 11:54:28 -0500 Subject: [PATCH] update incorrect settings --- html-renderer/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html-renderer/README.md b/html-renderer/README.md index dcbdce0..b82cad2 100644 --- a/html-renderer/README.md +++ b/html-renderer/README.md @@ -9,9 +9,9 @@ npm install npm run start ``` -These endpoints assume that your block would be structured as follows on your [plugin dashboard](https://app.convertkit.com/account_settings/developer_settings) ([requires developer access](https://convertkit.typeform.com/to/nsTUorqw)). +These endpoints assume that your plugin would be structured as follows on your [plugin dashboard](https://app.convertkit.com/account_settings/developer_settings) ([requires developer access](https://convertkit.typeform.com/to/nsTUorqw)). -- **Block name:** +- **Plugin name:** Post @@ -34,7 +34,7 @@ These endpoints assume that your block would be structured as follows on your [p "type": "search", "label": "Post", "placeholder": "Search for a post...", - "request_url": "https://YOUR_URL/posts/html/posts/search", + "request_url": "https://YOUR_URL/posts/search", "required": true }, {