From 829401bfbc6ac0745abffe1762a70d29a457a5a4 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 20 Jul 2018 18:14:07 +0200 Subject: Fix up rst --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index f7cc812..5b81522 100644 --- a/README.rst +++ b/README.rst @@ -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 ------------ -- cgit