Merge pull request #46 from 0xflotus/patch-1

fixed headline
This commit is contained in:
Nicholas Jitkoff 2019-03-18 09:42:36 -05:00 committed by GitHub
commit cb82af2d16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 | xargs -0 printf "https://itty.bitty.site/#/%s\n"```