marked 4.1.0 → 4.2.0

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
@@ -47,6 +47,7 @@ npm install -g marked
47
47
 
48
48
  ```sh
49
49
  npm install marked
50
+ npm install @types/marked # For TypeScript projects
50
51
  ```
51
52
 
52
53
  ## Usage