diff --git a/README.md b/README.md new file mode 100644 index 0000000..25dbb15 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# charsplit + +charsplit is a small utility tool that will give you information +about your string input. It will split the string into its bytes +and graphemes, and give you information about them. + +## Usage + +```bash +echo "Hello, world!" | charsplit +``` +