summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-02-22 14:20:53 +0200
committerYuval Adam <_@yuv.al>2018-02-22 14:20:53 +0200
commit1cece6ddfe49f0d292f009944ebe74110da53435 (patch)
tree08e47916bc836822fbfaa02066b1e1253fc44d1e /README.rst
parent760bd63d047d5299b72e34f042c6a060c90931b6 (diff)
Fix README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files 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
----------