xvideosx 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,12 @@ $ npm install xvideosx
13
13
 
14
14
  ### Usage
15
15
  ```javascript
16
- const xvideos = require('@rodrigogs/xvideos');
16
+ const xvideos = require('xvideosx');
17
+
18
+ or
19
+
20
+ import xvideos from 'xvideosx';
21
+
17
22
 
18
23
  //-- Inside an async function --//
19
24
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "xvideosx",
3
3
  "description": "xvideos.com api implementation.",
4
- "version": "1.4.2",
4
+ "version": "1.4.3",
5
5
  "main": "index.js",
6
6
  "license": "BSD-3-Clause",
7
7
  "repository": {