Skip to content

Commit

Permalink
Remove redundant instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
m2rads committed Jan 2, 2025
1 parent 52b7e4b commit b64eba2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
8 changes: 0 additions & 8 deletions packages/shortest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit b64eba2

Please sign in to comment.