From 2a3941552d458c629577df095f7d8d656b08797b Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Wed, 31 May 2017 13:38:14 -0400 Subject: [PATCH] Update README with Trust info --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a514d1ee1..9390f19fd 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,12 @@ sign and verify tokens via a `HS256` algorithm. Refer to the wiki page on [Configuration Loading](https://github.com/coralproject/talk/wiki/Configuration-Loading) for alternative methods of loading configuration during development. -## Plugins +### Using Trust + +Talk ships with core components we call "Trust". This allow Talk to automatically do special things based on intelligence built into the system. + +Our first feature is the notion of Karma. Talk will automatically pre-moderate comments of users who have a negative karma score. You can [see more how karma works here](/talk/services/karma.js). -Talk ships with a plugin architecture that allows developers to significantly extend the platform. For more information, see our [plugin documentation](docs/PLUGINS.md). ## Supported Browsers