Remove example.
diff --git a/README.md b/README.md
index 27dae97..6dcbf0d 100644
--- a/README.md
+++ b/README.md
@@ -116,13 +116,7 @@
#### `file-contents-sorter`
Sort the lines in specified files (defaults to alphabetical).
-You must provide the target [`files`](https://pre-commit.com/#config-files) as input, for example:
-
-```yaml
- - id: file-contents-sorter
- files: \.gitignore
-```
-
+You must provide the target [`files`](https://pre-commit.com/#config-files) as input.
Note that this hook WILL remove blank lines and does NOT respect any comments.
#### `fix-byte-order-marker`