aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 35a34b5726c2..fdba97a001bb 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ xo_emit call:
```
xo_emit(" {:lines/%7ju/%ju} {:words/%7ju/%ju} "
"{:characters/%7ju/%ju}{d:filename/%s}\n",
- line_count, word_count, char_count, file);
+ linect, wordct, charct, file);
```
Output can then be generated in various style, using the "--libxo"