Skip to content

Commit

Permalink
update incorrect settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mercedesb committed Jun 5, 2024
1 parent d747197 commit 31e2370
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html-renderer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
},
{
Expand Down

0 comments on commit 31e2370

Please # to comment.