We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf3d43 commit 019ebc8Copy full SHA for 019ebc8
README.md
@@ -16,10 +16,19 @@ preset-ja-technical-writing/no-exclamation-question-mark -->
16
17
## Install
18
19
-Install with [npm](https://www.npmjs.com/):
+[npm](https://www.npmjs.com/)コマンドを使ってインストールできます。
20
21
npm install textlint-rule-preset-ja-technical-writing
22
23
+安定版は、半年に一度更新されます。
24
+
25
+次のように`@next`をつけることで、次期バージョンをインストールして試せます。
26
+安定版と次期バージョンの差分は[Version PackagesのPR](https://github.com/textlint-ja/textlint-rule-preset-ja-technical-writing/pulls?q=is%3Apr+is%3Aopen+Version+Packages)で確認できます。
27
28
+ npm install textlint-rule-preset-ja-technical-writing@next
29
30
+もし、次期バージョンを利用してみて問題があった場合は、コメントでお知らせください。
31
32
## Usage
33
34
Via `.textlintrc`(Recommended)
0 commit comments