Skip to content

Commit 56f3837

Browse files
committed
not need of asciinema having the animated svg
1 parent 6812e3b commit 56f3837

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@
77

88
It's a tiny command-line tool we've built at
99
[Shiphero](http://shiphero.com) that lets you easily upload code
10-
snippets, notebooks, images, or any other file to a Github repository
10+
snippets, notebooks, images or any other content to a Github repository
1111
that acts as your internal pastebin, and returns the URL to share it
1212
with your team. If possible, this URL is automatically copied to the
1313
clipboard.
1414

1515
<p align="center">
16-
<a href="https://asciinema.org/a/588725" target="_blank">
1716
<img width="90%" src="https://raw.githubusercontent.com/Shiphero/shbin/main/demo/usage.svg" />
18-
</a>
1917
</p>
2018

2119
# Why?

demo/make.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
!/usr/bin bash
22
asciinema rec --overwrite -c 'tuterm usage.tutorial --mode demo' usage.cast
3-
asciinema upload usage.cast
43
svg-term --window --width 75 --height 24 --padding 1 --in usage.cast --out usage.svg
54
rm usage.cast

0 commit comments

Comments
 (0)