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
},
{