diff --git a/docs/repo-docs/core-concepts/remote-caching.mdx b/docs/repo-docs/core-concepts/remote-caching.mdx index a7659c7a7f250..8c4cfa85fa3ad 100644 --- a/docs/repo-docs/core-concepts/remote-caching.mdx +++ b/docs/repo-docs/core-concepts/remote-caching.mdx @@ -187,7 +187,7 @@ Learn more about [Turborepo on Vercel](https://vercel.com/docs/monorepos/turbore You can also self-host your own Remote Cache and log into it using the `--manual` flag to provide API URL, team, and token information. ```bash title="Terminal" -turbo login --manual" +turbo login --manual ``` You can [find the OpenAPI specification for the API here](/api/remote-cache-spec). At this time, all versions of `turbo` are compatible with the `v8` endpoints.