diff --git a/apps/content/content/docs/playground.mdx b/apps/content/content/docs/playground.mdx index 8a53e466..439d0017 100644 --- a/apps/content/content/docs/playground.mdx +++ b/apps/content/content/docs/playground.mdx @@ -22,10 +22,10 @@ If you prefer working locally, you can clone any playground using the following ```bash # Clone specific playground environments -npx copy-github-directory https://github.com/unnoq/orpc/tree/main/playgrounds/nextjs orpc-nextjs-playground -npx copy-github-directory https://github.com/unnoq/orpc/tree/main/playgrounds/openapi orpc-openapi-playground -npx copy-github-directory https://github.com/unnoq/orpc/tree/main/playgrounds/contract-openapi orpc-contract-openapi-playground -npx copy-github-directory https://github.com/unnoq/orpc/tree/main/playgrounds/expressjs orpc-expressjs-playground +npx degit unnoq/orpc/playgrounds/nextjs orpc-nextjs-playground +npx degit unnoq/orpc/playgrounds/openapi orpc-openapi-playground +npx degit unnoq/orpc/playgrounds/contract-openapi orpc-contract-openapi-playground +npx degit unnoq/orpc/playgrounds/expressjs orpc-expressjs-playground ``` For each project, set up the development environment: