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",