diff --git a/README.md b/README.md
index 6a1c982..7f13511 100644
--- a/README.md
+++ b/README.md
@@ -93,6 +93,7 @@ The built-in configuration preset you get with `"extends": "tslint-react"` is se
- Off by default
- `jsx-self-close` (since v0.4.0)
- Enforces that JSX elements with no children are self-closing.
+ - _Includes automatic code fix_
```ts
// bad
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/test/rules/jsx-self-close/test.tsx.lint b/test/rules/jsx-self-close/test.tsx.lint
index 41abdb2..a3e795c 100644
--- a/test/rules/jsx-self-close/test.tsx.lint
+++ b/test/rules/jsx-self-close/test.tsx.lint
@@ -10,6 +10,9 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [JSX elements with no children must be self-closing]
+
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [JSX elements with no children must be self-closing]
+