diff options
author | typebrook <typebrook@gmail.com> | 2020-05-12 16:54:27 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-05-12 22:14:33 +0800 |
commit | bcebdd90ea52e7b90b776d188217640043593292 (patch) | |
tree | 35dd91c0c7b12a6250d2c370526d37617791bc0a | |
parent | 4d838c77a37f4264a65a6be9d45026fdc21b9a8f (diff) |
Update README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ gist push 3 | |||
51 | gist delete 3 4 5 | 51 | gist delete 3 4 5 |
52 | # Or use Brace Expansion | 52 | # Or use Brace Expansion |
53 | gist delete {3..5} | 53 | gist delete {3..5} |
54 | # Import your third gist as a new Github repo with web page | 54 | # Export your third gist as a new Github repo with web page |
55 | gist github 3 | 55 | gist github 3 |
56 | # For more detail, read the helper message | 56 | # For more detail, read the helper message |
57 | gist help | 57 | gist help |