Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ proxy.stop();

### Use with Typescript or ES6+

This package is develop by typescript and fully support typescript, you can use it as follow:
This package is developed Typescript and fully supports Typescript, you can use it as follow:

```ts
import proxy from "node-global-rpoxy";
import proxy from "node-global-proxy";

proxy.setConfig("http://localhost:1080");
proxy.start();
Expand Down