diff --git a/README.md b/README.md index 81af58d..5c42c00 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,11 @@ Building dependencies You will need these dependencies: - [libcURL](http://curl.haxx.se/) - - habitat (for habitat.utils.rfc3339, to test the Uploader.) + - [OpenSSL](http://www.openssl.org/) + - habitat (for habitat.views, to test the Uploader.) + - strict-rfc3339 (also to test the Uploader) -You can build them from source or find install the libcurl4-openssl-dev package +You can build them from source or install the libcurl4-openssl-dev package on Debian based systems. JsonCPP diff --git a/habitat/RFC3339.h b/habitat/RFC3339.h index 5a8daa1..7477601 100644 --- a/habitat/RFC3339.h +++ b/habitat/RFC3339.h @@ -18,7 +18,7 @@ public: }; /* - * This is basically a clone of habitat.utils.rfc3339, except all timestamps + * This is basically a clone of strict-rfc3339, except all timestamps * are time_t (may have restrictions on 32 bit, and they cannot be floats * like they can in python) *