aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2018-07-20 18:14:07 +0200
committerjaseg <git@jaseg.net>2018-07-20 18:14:35 +0200
commit829401bfbc6ac0745abffe1762a70d29a457a5a4 (patch)
treefdb328ecea9b63ab674df6504dc215787481a5fb
parentf4915099d2e468f52f83146f3649d3c7ee5baf96 (diff)
downloadnyanping-master.tar.gz
nyanping-master.tar.bz2
nyanping-master.zip
Fix up rstHEADmaster
-rw-r--r--README.rst12
1 files changed, 6 insertions, 6 deletions
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
------------