From 93bd1e1ea9a2e8f3b1344ca49ac787786e098e3e Mon Sep 17 00:00:00 2001 From: gladysh Date: Thu, 2 Jan 2025 13:51:54 +0100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fac7536c..a9822653 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ shortest([loginAsLawyer, ...allAppActions]); shortest([loginAsContractor, ...allAppActions]); ``` -### Bash tool +### API Testing Test API endpoints using natural language @@ -180,7 +180,7 @@ shortest( params: new URLSearchParams({ active: true, }), - }) + }), ); ```