Skip to content
Permalink
Browse files
fix remark_config reference in the installation documentation
  • Loading branch information
Dmitry Verkhoturov committed Feb 23, 2022
1 parent 2ef1cfe commit d4481d145fd996a06d4c9cb522306083973a5e10
Showing 1 changed file with 2 additions and 2 deletions.
@@ -26,7 +26,7 @@ Add config for Remark on a page of your site:

```html
<script>
const remark_config = {
var remark_config = {
host: 'REMARK_URL',
site_id: 'YOUR_SITE_ID',
}
@@ -40,7 +40,7 @@ For example:

```html
<script>
const remark_config = {
var remark_config = {
host: 'https://demo.remark42.com',
site_id: 'remark',
}

0 comments on commit d4481d1

Please sign in to comment.