diff --git a/README.md b/README.md index 09851f47..cfac4134 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,6 @@ Add `.shortest/` to your `.gitignore` (where Shortest stores screenshots and cac echo ".shortest/" >> .gitignore ``` -Run tests: - -```bash -npx shortest -# or -pnpm shortest -``` - ### Quick start 1. Determine your test entry and add your Anthropic API key in config file: `shortest.config.ts` diff --git a/packages/shortest/README.md b/packages/shortest/README.md index 295396f2..d8ab038e 100644 --- a/packages/shortest/README.md +++ b/packages/shortest/README.md @@ -22,14 +22,6 @@ Add `.shortest/` to your `.gitignore` (where Shortest stores screenshots and cac echo ".shortest/" >> .gitignore ``` -Run tests: - -```bash -npx shortest -# or -pnpm shortest -``` - ### Quick start 1. Determine your test entry and add your Anthropic API key in config file: `shortest.config.ts`