From 25a7945408bf7cf3c78430f6ca2d39e6521ecb16 Mon Sep 17 00:00:00 2001 From: Jessie Rushing Date: Mon, 10 Jun 2019 14:17:07 -0700 Subject: [PATCH 1/2] 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/) From f320e5521bf3f443be559115056dd8b6e03c38c0 Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Mon, 10 Jun 2019 23:09:20 +0100 Subject: [PATCH 2/2] Fix lint --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc8b0f576..05156f19d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Preview Coral easily by running Coral via a Heroku App: - [Docker](#docker) - [Source](#source) - [Development](#development) + - [Embed On Your Site](#embed-on-your-site) - [Email](#email) - [Design Language System (UI Components)](#design-language-system-ui-components) - [Configuration](#configuration)