Skip to content

Commit 1d459bb

Browse files
Update README.md
1 parent dbe5eac commit 1d459bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Starting from [Postman](https://www.postman.com/) v8, working locally in scratch
88

99
Therefore, I've created this repo to solve the problem, I've patched postman files to disable the scratchpad banner
1010

11-
Tested on Postman versions from ***`8.1.0`*** to ***`8.10.0`***
11+
Tested on Postman versions from *`8.1.0`* to *`8.10.0`*
1212

1313
# Install
1414
* Install [node.js](https://nodejs.org/en/download/)
@@ -21,7 +21,7 @@ Tested on Postman versions from ***`8.1.0`*** to ***`8.10.0`***
2121
## Patch your already installed postman
2222
Run ***`node fix.js -r ${requester_js}`*** , where ***`${requester_js}`*** is Postman file (***`requester.js`***) which renders scratchpad banner
2323

24-
### `requester.js` path:
24+
### requester.js path:
2525

2626
* For Linux users, requester.js is used
2727
It can be found on path like this: ***`${Postman_install_dir}/resources/app/js/requester.js`***
@@ -37,7 +37,7 @@ You can find downloads for linux and macos at [Releases](https://github.com/3oma
3737
## Patch your already installed postman
3838
Run ***`node fix.js -a ${app_asar}`*** , where ***`${app_asar}`*** is Postman file (***`app.asar`***) which is like a `tar` archive and contains most of postman's files
3939

40-
### `app.asar` path:
40+
### app.asar path:
4141
It can be found on path like this: ***`%localappdata%\Postman\app-8.10.0\resources\app.asar`***
4242

4343
You can learn more about *`asar`* file format [from here](https://github.com/electron/asar).

0 commit comments

Comments
 (0)