# HG changeset patch # User nanaya # Date 1441564462 -32400 # Node ID 731bf8577da6f9798e2fa60c8770904dedd9cc45 # Parent a2f8e5c807692eb04be48c77707cce372823e0fa The world hates .tk :( diff -r a2f8e5c80769 -r 731bf8577da6 README.md --- a/README.md Sun Sep 06 05:05:05 2015 +0900 +++ b/README.md Mon Sep 07 03:34:22 2015 +0900 @@ -4,7 +4,7 @@ ========= A pastebin with some features: create and destroy (with key) pastes. -The one running on [0paste.tk](https://0paste.tk). +The one running on [0paste.com](https://0paste.com). Requirements: @@ -28,15 +28,15 @@ Pasting from CLI: - ...some commands... | curl 'https://0paste.tk/pastes.txt' -F 'paste[paste]=<-' + ...some commands... | curl 'https://0paste.com/pastes.txt' -F 'paste[paste]=<-' Or with gzip to save bandwidth: - ...some commands... | gzip | curl 'https://0paste.tk/pastes.txt' -F 'paste[paste_gzip]=<-' + ...some commands... | gzip | curl 'https://0paste.com/pastes.txt' -F 'paste[paste_gzip]=<-' Privately: - ...some commands... | gzip | curl 'https://0paste.tk/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-' + ...some commands... | gzip | curl 'https://0paste.com/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-' Design ------