Skip to content

Commit b446efb

Browse files
ConvertKit → Kit
1 parent 12380dd commit b446efb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

html-renderer/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ConvertKit Editor Plugin Demo
1+
# Kit Editor Plugin Demo
22

3-
This directory serves as an example of how you can structure your application to respond to ConvertKit's editor plugin framework. It contains a _search_ endpoint, which can respond to requests from the ConvertKit sidebar, and an _HTML_ endpoint, which can generate an element for the editor based on the user's selected settings. You can view the comments in `index.js` to learn more about the implementation.
3+
This directory serves as an example of how you can structure your application to respond to Kit's editor plugin framework. It contains a _search_ endpoint, which can respond to requests from the Kit sidebar, and an _HTML_ endpoint, which can generate an element for the editor based on the user's selected settings. You can view the comments in `index.js` to learn more about the implementation.
44

55
If you want to run this app locally, you can do so by running:
66

@@ -9,7 +9,7 @@ npm install
99
npm run start
1010
```
1111

12-
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)).
12+
These endpoints assume that your plugin would be structured as follows on your [plugin dashboard](https://app.kit.com/account_settings/developer_settings) ([requires developer access](https://kit.typeform.com/to/nsTUorqw)).
1313

1414
- **Plugin name:**
1515

0 commit comments

Comments
 (0)