Skip to content

Commit 386b363

Browse files
committed
Update README
1 parent 4be8f6a commit 386b363

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ API Dash can be downloaded from the links below:
105105
| Insomnia ||
106106
| OpenAPI | https://github.com/foss42/apidash/issues/121 |
107107
| hurl | https://github.com/foss42/apidash/issues/123 |
108-
| HAR | https://github.com/foss42/apidash/issues/122 |
108+
| HAR | |
109109

110110

111111
**↗️ Create & Customize API Requests**

packages/har/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void main() {
1919
{
2020
"log": {
2121
"version": "1.2",
22-
"creator": {"name": "Postman", "version": "v8.x.x"},
22+
"creator": {"name": "Client Name", "version": "v8.x.x"},
2323
"entries": [
2424
{
2525
"startedDateTime": "2025-03-25T12:00:00.000Z",
@@ -180,7 +180,7 @@ void main() {
180180
var collectionJson = {
181181
"log": {
182182
"version": "1.2",
183-
"creator": {"name": "Postman", "version": "v8.x.x"},
183+
"creator": {"name": "Client Name", "version": "v8.x.x"},
184184
"entries": [
185185
{
186186
"startedDateTime": "2025-03-25T12:00:00.000Z",

0 commit comments

Comments
 (0)