From 5afe1d0b363f159a98cf54e5302deba094f23978 Mon Sep 17 00:00:00 2001 From: eiriksm Date: Thu, 21 May 2015 08:09:46 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e02bf66..7a3c203 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ you must supply either this option or the `js-function` argument `-1` or `--first-line-only` >only execute once per file, not for each line this is useful if you plan on proccessing the file as a whole, namely through the `lines` variable -for examaple (not a useful one): `nip 'return lines.length' -1 file.txt` +for example (not a useful one): `nip 'return lines.length' -1 file.txt` ----