summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
----------