Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gladyshcodes committed Jan 2, 2025
1 parent 15e82eb commit 93bd1e1
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 @@ -163,7 +163,7 @@ shortest([loginAsLawyer, ...allAppActions]);
shortest([loginAsContractor, ...allAppActions]);
```

### Bash tool
### API Testing

Test API endpoints using natural language

Expand All @@ -180,7 +180,7 @@ shortest(
params: new URLSearchParams({
active: true,
}),
})
}),
);
```

Expand Down

0 comments on commit 93bd1e1

Please sign in to comment.