From 25a7945408bf7cf3c78430f6ca2d39e6521ecb16 Mon Sep 17 00:00:00 2001 From: Jessie Rushing Date: Mon, 10 Jun 2019 14:17:07 -0700 Subject: [PATCH] README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 28d959791..dc8b0f576 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,29 @@ npm run lint npm run test ``` +#### Embed On Your Site +With Coral setup and running locally you can test embeding the comment stream with this sample embed script: + +``` +
+ +``` +Replace the value of CORAL_DOMAIN_NAME with the location of your running instance of Coral. + #### Email To test out the email sending functionality, you can run [inbucket](https://www.inbucket.org/)