From 97df46b67176e63793adbd5c17ed54bbf2f36bb2 Mon Sep 17 00:00:00 2001 From: Fabian Bergmark Date: Mon, 25 Jan 2016 18:55:22 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e8690d..008bcb4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Any issues should be reported here on github. ## Whats included * `daemon` - This is the central daemon that manages all buttons. Run it with `./daemon -l -f flic.sqlite3` * `fliclib-cpp/flic` - This is a command line tool for managing the daemon. -* `fliclib-cpp/flic.hph` - These are the header files for the C++ client library +* `fliclib-cpp/flic.hpp` - These are the header files for the C++ client library * `fliclib-cpp/libflic.a` - This is the C++ client library * `fliclib-cpp/ffi/java/flic.jar` - Java bindings for the Flic client library * `fliclib-cpp/ffi/java/libflicjava.so` - Flic JNI library. The sample code expects this to be copied to `/usr/lib/libflicjava.so`