aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2020-09-19 18:13:45 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2020-09-19 18:13:45 +0200
commitcdab54ae7962b5af9c0241751f76fc9a484e3027 (patch)
tree142541174ed7bebded2017ccec171a110c0bd8b0
parent3b79f0c79b746cf5ccfde83c880f6628974cb684 (diff)
downloadlibnitrokey-cdab54ae7962b5af9c0241751f76fc9a484e3027.tar.gz
libnitrokey-cdab54ae7962b5af9c0241751f76fc9a484e3027.tar.bz2
Readme: collapse logs and code snippets (2)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8ca185e..fbd9b48 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ pip3 install cffi # for python 3.x
Just import it, read the C API header and it is done! You have access to the library. Here is an example (in Python 2) printing HOTP code for Pro or Storage device, assuming it is run in root directory [(full example)](python_bindings_example.py):
<details>
- <summary>Log (click to show)</summary>
+ <summary>Code snippet (click to show)</summary>
```python