lint-wiki-dumps 0.3.0 → 0.4.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
@@ -14,7 +14,7 @@ To run this tool, you need to have [curl](https://curl.se/) installed on your sy
14
14
  npm i lint-wiki-dumps
15
15
  ```
16
16
 
17
- You can also install its optional dependency [vscode-css-languageservice](https://npmjs.com/package/vscode-css-languageservice) to lint inline CSS in Wikitext:
17
+ You can also install its optional dependency [vscode-css-languageservice](https://www.npmjs.com/package/vscode-css-languageservice) to lint inline CSS in Wikitext:
18
18
 
19
19
  ```sh
20
20
  npm i vscode-css-languageservice
@@ -43,7 +43,7 @@ If you have already downloaded the dump, you can scan the dump directly and gene
43
43
  ```sh
44
44
  node parser.js <language> <path to dump>
45
45
  # For example:
46
- node parser.js zh-yue ~/Downloads/dumps/zh-yuewiki-lastest-pages-articles.xml.bz2
46
+ node parser.js zh-yue ~/Downloads/dumps/zh-yuewiki-latest-pages-articles.xml.bz2
47
47
  ```
48
48
 
49
49
  To generate HTML reports, you can use the following command: