@dark-yasiya/news-scrap 2.0.0 → 2.0.1

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 CHANGED
@@ -46,15 +46,15 @@ yarn add @dark-yasiya/news-scrap
46
46
  # Using NPM
47
47
  npm i @dark-yasiya/news-scrap
48
48
 
49
- const DYXT_NEWS = require('@dark-yasiya/news-scrap');
50
- const news = new DYXT_NEWS();
49
+ const DY_NEWS = require('@dark-yasiya/news-scrap');
50
+ const news = new DY_NEWS();
51
51
 
52
52
  ```
53
53
 
54
54
  ## 🍟 Usage <a name="usage"></a>
55
55
 
56
56
  ```javascript
57
- const DYXT_NEWS = require('@dark-yasiya/news-scrap');
57
+ const DY_NEWS = require('@dark-yasiya/news-scrap');
58
58
  const news = new DY_NEWS();
59
59
 
60
60
  (async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dark-yasiya/news-scrap",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "main": "main/index.js",
5
5
  "scripts": {
6
6
  "start": "node main/index.js"
File without changes