diff --git a/app/spicedb/getting-started/installing-zed/page.mdx b/app/spicedb/getting-started/installing-zed/page.mdx index a0d3f319..303f5cbb 100644 --- a/app/spicedb/getting-started/installing-zed/page.mdx +++ b/app/spicedb/getting-started/installing-zed/page.mdx @@ -1313,7 +1313,7 @@ zed schema compile [flags] zed schema compile schema.zed 1> compiled.zed Write to a file: zed schema compile root.zed --out compiled.zed - + ``` ### Options @@ -1608,4 +1608,7 @@ zed version [flags] --request-id string optional id to send along with SpiceDB requests for tracing --skip-version-check if true, no version check is performed against the server --token string token used to authenticate to SpiceDB -``` \ No newline at end of file +``` + + +