yxorp 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,13 +3,13 @@ This is a simple CLI reverse proxy utility for rewriting or mocking API data. It
|
|
|
3
3
|
|
|
4
4
|
## Installation
|
|
5
5
|
```
|
|
6
|
-
npm i -g
|
|
6
|
+
npm i -g yxorp
|
|
7
7
|
```
|
|
8
8
|
## Usage
|
|
9
9
|
Just run yxopr in folder which contains yxopr.json
|
|
10
10
|
|
|
11
11
|
## Config
|
|
12
|
-
Simple
|
|
12
|
+
Simple yxorp.json example:
|
|
13
13
|
```json
|
|
14
14
|
{
|
|
15
15
|
"#": "The site that will be proxied"
|