about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b8b4b2b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# puny
+
+a little CLI punycode explorer/converter
+
+it will iterate through all arguments and display the normalized punycode and unicode versions along with a hexdump of the bytes.
+
+```shell
+dotnet run -- tildÉ™.net
+```