changeset 399:4bf12ecde0ee

Back to default.
author nanaya <me@myconan.net>
date Sun, 06 Sep 2015 03:53:34 +0900
parents 851432f21603 (current diff) 5fb3288960ca (diff)
children d647e79136d8
files Gemfile.lock
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Sun Sep 06 03:52:52 2015 +0900
+++ b/README.md	Sun Sep 06 03:53:34 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
 ------