diff --git a/README.md b/README.md index 18aadab8..bd70410b 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,6 @@ cd /path/to/my-studio npx yalc add sanity-plugin-testing-it-out && npx yalc link sanity-plugin-testing-it-out && npm install ``` -# Use this command if your studio uses yarn -npx yalc add sanity-plugin-testing-it-out && npx yalc link sanity-plugin-testing-it-out && npm install - -``` - Now, configure the plugin in sanity.config.ts (or .js) in Sanity Studio: ```ts