@fenril058/textlint-plugin-org 0.4.1 → 0.4.2

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ What is textlint plugin? Please see https://github.com/textlint/textlint/blob/ma
18
18
  docker run -v "$(pwd)":/work \
19
19
  --rm -it ghcr.io/fenril058/textlint-plugin-org \
20
20
  textlint \
21
- --plugin org \
21
+ --plugin @fenril058/textlint-plugin-org \
22
22
  --rule textlint-rule-preset-ja-technical-writing \
23
23
  *.org
24
24
  ```
@@ -36,7 +36,7 @@ Via `.textlintrc`(Recommended)
36
36
  ```json
37
37
  {
38
38
  "plugins": [
39
- "org"
39
+ "@fenril058/textlint-plugin-org"
40
40
  ]
41
41
  }
42
42
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fenril058/textlint-plugin-org",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Maintained fork of textlint-plugin-org for Org mode",
5
5
  "repository": {
6
6
  "type": "git",