From 072592a1dc931cb27410c787a2061671f4cf8569 Mon Sep 17 00:00:00 2001 From: Matthew Riley MacPherson Date: Sun, 25 Dec 2022 19:04:32 +0000 Subject: [PATCH] Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index daeabec..e71dac7 100644 --- a/README.md +++ b/README.md @@ -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();