aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-15 20:18:20 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-15 20:21:47 +1300
commitc311ceb15dcbb50f6ba320b732322ce7fb8b5372 (patch)
tree7906014e80c4695eddbc15712b20c90585e216d2
parentResolve a TODO (diff)
downloadwtf8-c311ceb15dcbb50f6ba320b732322ce7fb8b5372.tar.gz
wtf8-c311ceb15dcbb50f6ba320b732322ce7fb8b5372.zip
Quote test strings for clarity
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 6af503b..a08c2ef 100644
--- a/README.markdown
+++ b/README.markdown
@@ -8,10 +8,10 @@ with the characters. Expects a single argument, a string.
$ export LANG
$ make
$ sudo make install
- $ wtf8 test
+ $ wtf8 'test'
74 65 73 74
t e s t
- $ wtf8 tøást
+ $ wtf8 'tøást'
74 c3-b8 c3-a1 73 74
t ø á s t