mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
fixed headline
This commit is contained in:
parent
5292c4b789
commit
342ba39a7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -)"```
|
||||
|
|
|
|||
Loading…
Reference in a new issue