Skip to content

Commit dd81c0f

Browse files
committed
Update README.md
1 parent 1139aee commit dd81c0f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111

1212
textlint >= 5.0
1313

14+
## Usage
15+
16+
Put "no-dropping-the-ra" to `.textlintrc`
17+
18+
```js
19+
{
20+
"rules": {
21+
"no-dropping-the-ra": true
22+
}
23+
}
24+
```
1425

1526
## Contributing
1627

@@ -26,4 +37,4 @@ MIT
2637

2738
## Reference
2839

29-
- http://www.clear-code.com/blog/2015/8/29.html
40+
- http://www.clear-code.com/blog/2015/8/29.html

0 commit comments

Comments
 (0)