changeset 392:95bb6750003e

Update the latest domain/https.
author nanaya <me@myconan.net>
date Sat, 13 Jun 2015 08:41:51 +0900
parents e84276bf344a
children 9b41d10feb3c
files README.md
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Sat Jun 06 22:36:32 2015 +0900
+++ b/README.md	Sat Jun 13 08:41:51 2015 +0900
@@ -28,15 +28,15 @@
 
 Pasting from CLI:
 
-    ...some commands... | curl 'http://0paste.com/pastes.txt' -F 'paste[paste]=<-'
+    ...some commands... | curl 'https://0paste.tk/pastes.txt' -F 'paste[paste]=<-'
 
 Or with gzip to save bandwidth:
 
-    ...some commands... | gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip]=<-'
+    ...some commands... | gzip | curl 'https://0paste.tk/pastes.txt' -F 'paste[paste_gzip]=<-'
 
 Privately:
 
-    ...some commands... | gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-'
+    ...some commands... | gzip | curl 'https://0paste.tk/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-'
 
 Design
 ------