Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Commit 12ef79f

Browse files
committed
fixed typo
1 parent 725699f commit 12ef79f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.MD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# NODE-PROXIFY ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/tbhaxor/node-proxify) ![GitHub package.json version](https://img.shields.io/github/package-json/v/tbhaxor/node-proxify) ![GitHub](https://img.shields.io/github/license/tbhaxor/node-proxify) ![GitHub last commit](https://img.shields.io/github/last-commit/tbhaxor/node-proxify) ![npm](https://img.shields.io/npm/dw/proxifyjs)
1+
# NODE-PROXIFYJS ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/tbhaxor/node-proxify) ![GitHub package.json version](https://img.shields.io/github/package-json/v/tbhaxor/node-proxify) ![GitHub](https://img.shields.io/github/license/tbhaxor/node-proxify) ![GitHub last commit](https://img.shields.io/github/last-commit/tbhaxor/node-proxify) ![npm](https://img.shields.io/npm/dw/proxifyjs)
22

3-
**node-proxify** is a promise based handy module for nodejs developers to find fresh and working free proxies from https://free-proxy-list.net/ by calling only one function
3+
**node-proxifyjs** is a promise based handy module for nodejs developers to find fresh and working free proxies from https://free-proxy-list.net/ by calling only one function
44

55
## Requirements
66

@@ -12,13 +12,13 @@
1212
1. Install from npm
1313

1414
```sh
15-
$ npm i proxifyjs
15+
$ npm i node-proxifyjs
1616
```
1717

1818
2. Use
1919

2020
```ts
21-
const proxify = require("proxifyjs");
21+
const proxify = require("node-proxifyjs");
2222

2323
(async () => {
2424
let data = await proxify(); // this will return
@@ -33,7 +33,7 @@
3333
pass an object property `count` to the function
3434

3535
```ts
36-
const proxify = require("proxifyjs");
36+
const proxify = require("node-proxifyjs");
3737

3838
(async () => {
3939
let data = await proxify({ count: 20 }); // this will return first 20 proxies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "proxifyjs",
2+
"name": "node-proxifyjs",
33
"version": "1.0.1",
44
"description": "Handy node.js package to find fresh and working proxies from https://free-proxy-list.net/",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)