From 342ba39a7afe2e0a99276f265c5b24eb526d553a Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sun, 16 Sep 2018 22:55:34 +0200 Subject: [PATCH] fixed headline --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 088b72f..b8b5399 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ While most sites support 2000 bytes, [some can handle more](http://reference.bit One simple way to host is to [forward a domain](https://support.google.com/domains/answer/4522141?hl=en). Just paste the itty.bitty url in the redirect. -## Generating links programatically +## Generating links programmatically Encoding (Mac) ```echo -n 'hello world' | lzma -9 | base64 | printf "https://itty.bitty.site/#/%s\n" "$(cat -)"```