Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sec-gemini-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set SEC_GEMINI_API_KEY=your_key_here && npm run demo
$env:SEC_GEMINI_API_KEY="your_key_here" && npm run demo
```

## Developement
## Development

### Install dependencies

Expand Down Expand Up @@ -56,7 +56,7 @@ npm link sec-gemini
npm run build
```

### Runing tests
### Running tests

```bash
npm run test
Expand Down