diff --git a/README.md b/README.md index fa80345a..efd5b1f4 100644 --- a/README.md +++ b/README.md @@ -484,10 +484,9 @@ and open needed HTML file from `tests/dist` in your browser with devtools ## How to update wiki -``` -yarn wiki:update -``` -`about-scriptlets.md` and `about-redirects.md` are being built from JSDoc notation of corresponding scriptlets and redirects source files with `@scriptlet/@redirect` and `@description` tags. +There are two scripts to update wiki: +1. `yarn wiki:build-table` — checks compatibility data updates and updates the compatibility table. Should be run manually while the release preparation. +2. `yarn wiki:build-docs` — updates wiki pages `about-scriptlets.md` and `about-redirects.md`. They are being generated from JSDoc-type comments of corresponding scriptlets and redirects source files due to `@scriptlet`/`@redirect` and `@description` tags. Runs automatically while the release build. ## Browser Compatibility | Chrome | Edge | Firefox | IE | Opera | Safari |