You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ then, create a paste:
30
30
$ pasty create -s 'hello world!'
31
31
```
32
32
33
-
alternativly, you can upload a file:
33
+
alternatively, you can upload a file:
34
34
35
35
```
36
36
$ pasty create -f hello_world.txt
@@ -88,7 +88,7 @@ you can customize your newly created paste:
88
88
- unlisted
89
89
- private
90
90
91
-
> folders are not supported! This is due to the pasting API not processing the folder option when making the request. It can't be fixed within this repository
91
+
> folders are not supported! This is due to the pastebin API not processing the folder option when making the request. It can't be fixed within this repository
0 commit comments