From 128894cd1ce9120b3774af3ea996a1dc3b76b427 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Mon, 1 Aug 2016 20:27:31 +0200 Subject: Readme: change CFFI link to overview Signed-off-by: Szczepan Zalega --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f87a27..7766889 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To compile library using clang please run `make`. If you have GCC and would like This should create a library file under path build/libnitrokey.so and compile C++ tests in unittest/ directory. ## Using with Python -To use libnitrokey with Python a [CFFI](http://cffi.readthedocs.io/en/latest/using.html) library is required (either 2.7+ or 3.0+). +To use libnitrokey with Python a [CFFI](http://cffi.readthedocs.io/en/latest/overview.html) library is required (either 2.7+ or 3.0+). Just import it and read the C API header and it is done! You have access to the library. Example code printing HOTP code: ```python ffi = cffi.FFI() -- cgit v1.2.1