diff options
author | jaseg <git@jaseg.net> | 2018-07-20 18:14:07 +0200 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2018-07-20 18:14:35 +0200 |
commit | 829401bfbc6ac0745abffe1762a70d29a457a5a4 (patch) | |
tree | fdb328ecea9b63ab674df6504dc215787481a5fb | |
parent | f4915099d2e468f52f83146f3649d3c7ee5baf96 (diff) | |
download | nyanping-master.tar.gz nyanping-master.tar.bz2 nyanping-master.zip |
-rw-r--r-- | README.rst | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -6,18 +6,18 @@ Nyanping is an audio-visual ping utility that you can use when you need to diagn Usage ----- -``` -$ nyanping heise.de -``` +.. code:: shell + + $ nyanping heise.de Pitch and speed will be proportional to the ping latency. In case of a timeout, the video pauses and resumes when connectivity is restored. Installation ------------ -``` -$ pip install nyanping -``` +.. code:: shell + + $ pip install nyanping Requirements ------------ |