From fb7682cbc13e7c0c602157963609670859a00e11 Mon Sep 17 00:00:00 2001
From: Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
Date: Sun, 14 Oct 2018 23:11:51 +0900
Subject: [PATCH] Update doc

---
 README.rst | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.rst b/README.rst
index db980596..6364de61 100644
--- a/README.rst
+++ b/README.rst
@@ -84,9 +84,10 @@ Client
 
 The notable options are:
 
-- -d, --data=<PATH>: Read data from <PATH> and send it to a peer.
-- -i, --interactive: Read data from terminal and send it to a peer
-  interactively.  This does not work with 0-RTT.  See below.
+- ``-d``, ``--data=<PATH>``: Read data from <PATH> and send it to a
+  peer.
+- ``-i``, ``--interactive``: Read data from terminal and send it to a
+  peer interactively.  This does not work with 0-RTT.  See below.
 
 Server
 ~~~~~~
@@ -97,7 +98,7 @@ Server
 
 The notable options are:
 
-- -V, --validate-addr: Enforce stateless address validation.
+- ``-V``, ``--validate-addr``: Enforce stateless address validation.
 
 Resumption and 0-RTT
 --------------------
-- 
GitLab