changeset 411:731bf8577da6

The world hates .tk :(
author nanaya <me@myconan.net>
date Mon, 07 Sep 2015 03:34:22 +0900
parents a2f8e5c80769
children 634366b67312
files README.md
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
 ------