diff --git a/README.md b/README.md index 6a69e0db..722147c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# boost_redis +# Boost.Redis Boost.Redis is a high-level [Redis](https://redis.io/) client library built on top of [Boost.Asio](https://www.boost.org/doc/libs/release/doc/html/boost_asio.html) diff --git a/doc/Jamfile b/doc/Jamfile index 83782e62..ca9602dc 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -26,7 +26,7 @@ doxygen doc.html : $(includes) $(examples) $(readme) : - PROJECT_NAME=boost_redis + "PROJECT_NAME=Boost.Redis" PROJECT_NUMBER="1.4.2" PROJECT_BRIEF="A redis client library" "STRIP_FROM_PATH=\"$(redis_root_dir)\""