From 8ce0b784e2408834d216f3dccea795a0b3b1f0f7 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 23 Feb 2018 14:32:29 -0700 Subject: [PATCH] added comment --- plugins/talk-plugin-rich-text-pell/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/talk-plugin-rich-text-pell/README.md b/plugins/talk-plugin-rich-text-pell/README.md index 98ad12828..9ec28cd7c 100644 --- a/plugins/talk-plugin-rich-text-pell/README.md +++ b/plugins/talk-plugin-rich-text-pell/README.md @@ -2,7 +2,7 @@ Enables rich text support client-side by using [Pell](https://github.com/jaredreich/pell). ## Installation -Add `talk-plugin-rich-text-pell` to the `plugins.json` in your Talk installation. Remember to add this in the `client` property since this plugin only covers the client side. To add server support, please use `talk-plugin-rich-text`. +Add `talk-plugin-rich-text-pell` to the `plugins.json` in your Talk installation. Remember to add this in the `client` property since this plugin only covers the client side. To add server support, please use `talk-plugin-rich-text`. Ensure that you don't have any other plugins utilizing the `commentContent` slot, as it would result in duplicate comments. ## How does this work? This plugin contains 2 important components: