diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-09-24 20:03:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-24 20:03:50 -0400 |
commit | c8890646d88fab3e07ccd71b30c2fed3785a7d5e (patch) | |
tree | 2c5897da5eb21389c8368fad2ebc5c611f1b225d | |
parent | 0269c6c4b3aed822aadef08f4c28865db58055ca (diff) | |
parent | 87ec2820929e4757af58e166896169b41459a08c (diff) | |
download | cmd2-git-c8890646d88fab3e07ccd71b30c2fed3785a7d5e.tar.gz |
Merge pull request #535 from python-cmd2/video_animation
Replace static image link with link to YouTube video
-rwxr-xr-x | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ applications. It provides a simple API which is an extension of Python's built- of cmd to make your life easier and eliminates much of the boilerplate code which would be necessary when using cmd. -[](https://github.com/python-cmd2/cmd2/blob/master/cmd2.png) - +Click on image below to watch a short video demonstrating the capabilities of cmd2: +[](https://youtu.be/DDU_JH6cFsA) Main Features ------------- |