diff options
| author | Yuval Adam <_@yuv.al> | 2018-02-22 14:20:53 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-02-22 14:20:53 +0200 |
| commit | 1cece6ddfe49f0d292f009944ebe74110da53435 (patch) | |
| tree | 08e47916bc836822fbfaa02066b1e1253fc44d1e /README.rst | |
| parent | 760bd63d047d5299b72e34f042c6a060c90931b6 (diff) | |
Fix README
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ---------- |
