From 1cece6ddfe49f0d292f009944ebe74110da53435 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 22 Feb 2018 14:20:53 +0200 Subject: Fix README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7c4c1e4..579a89c 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ There are two main ways to use this package. First, it can be used as an importe vs = ViewState(base64EncodedViewState) decoded_state = vs.decode() -Alternatively, the library can be used via command line by executing the model: +Alternatively, the library can be used via command line by directly executing the module: :: @@ -27,7 +27,7 @@ Which will pretty-print the decoded data structure. Development ----------- -Unit test are run via `pytest` +Unit test are run via ``pytest`` References ---------- -- cgit v1.3.1