summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/README.md
diff options
context:
space:
mode:
authorGravatar ElianCodes <ElianCodes@users.noreply.github.com> 2023-08-25 17:08:19 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-08-25 17:08:19 +0000
commitcd69aa73470e90d67e5dcd79187cd08c50f85ff3 (patch)
treef221ec4034f0f8b9fd0ee6864072e9e8f03b5e02 /packages/integrations/markdoc/README.md
parent6cfaf75af96c2b9f4be479fce535222ed16f8f08 (diff)
downloadastro-cd69aa73470e90d67e5dcd79187cd08c50f85ff3.tar.gz
astro-cd69aa73470e90d67e5dcd79187cd08c50f85ff3.tar.zst
astro-cd69aa73470e90d67e5dcd79187cd08c50f85ff3.zip
[ci] format
Diffstat (limited to '')
-rw-r--r--packages/integrations/markdoc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/README.md b/packages/integrations/markdoc/README.md
index 576ad6e71..9722f371f 100644
--- a/packages/integrations/markdoc/README.md
+++ b/packages/integrations/markdoc/README.md
@@ -360,7 +360,7 @@ To set up the extension, create a `markdoc.config.json` file into the project ro
"type": "esm",
"property": "default",
"watch": true
- },
+ }
}
]
```