diff --git a/README.md b/README.md index 69ddd94..4123061 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,17 @@ textlint >= 5.0 +## Usage + +Put "no-dropping-the-ra" to `.textlintrc` + +```js +{ + "rules": { + "no-dropping-the-ra": true + } +} +``` ## Contributing @@ -26,4 +37,4 @@ MIT ## Reference -- http://www.clear-code.com/blog/2015/8/29.html \ No newline at end of file +- http://www.clear-code.com/blog/2015/8/29.html