Skip to content

Commit

Permalink
fix(readme): method typo
Browse files Browse the repository at this point in the history
  • Loading branch information
donatandelic authored Aug 16, 2024
1 parent ca5826a commit b1a3b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ console.log(insertStatement.runs)
##### Insert multiple rows
```typescript
const insertStatement = await orbis
.bulkInsert("MODEL_ID" | "TABLE_NAME")
.insertBulk("MODEL_ID" | "TABLE_NAME")
.values(
{
column: value,
Expand Down Expand Up @@ -430,4 +430,4 @@ if(error){
const { columns, rows } = result

console.log({ columns, rows })
```
```

0 comments on commit b1a3b0c

Please sign in to comment.