mationhtml 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,7 +36,8 @@ npm install mationhtml
36
36
  ```
37
37
 
38
38
  ```javascript
39
- const converter = require("mationhtml");
39
+ const MationHTML = require("mationhtml");
40
+ const converter = new MationHTML();
40
41
  ```
41
42
 
42
43
  ### Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mationhtml",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Transform HTML into absolutely any format imaginable.",
5
5
  "main": "dist/mationhtml.node.js",
6
6
  "repository": {