From 386b363561b605f67d7b8dabeafbcd3f47040468 Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Mon, 23 Jun 2025 05:05:43 +0530 Subject: [PATCH] Update README --- README.md | 2 +- packages/har/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b47acb31..bd713667 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ API Dash can be downloaded from the links below: | Insomnia | ✅ | | OpenAPI | https://github.com/foss42/apidash/issues/121 | | hurl | https://github.com/foss42/apidash/issues/123 | -| HAR | https://github.com/foss42/apidash/issues/122 | +| HAR | ✅ | **↗️ Create & Customize API Requests** diff --git a/packages/har/README.md b/packages/har/README.md index d2249c28..2f522dd4 100644 --- a/packages/har/README.md +++ b/packages/har/README.md @@ -19,7 +19,7 @@ void main() { { "log": { "version": "1.2", - "creator": {"name": "Postman", "version": "v8.x.x"}, + "creator": {"name": "Client Name", "version": "v8.x.x"}, "entries": [ { "startedDateTime": "2025-03-25T12:00:00.000Z", @@ -180,7 +180,7 @@ void main() { var collectionJson = { "log": { "version": "1.2", - "creator": {"name": "Postman", "version": "v8.x.x"}, + "creator": {"name": "Client Name", "version": "v8.x.x"}, "entries": [ { "startedDateTime": "2025-03-25T12:00:00.000Z",