diff --git a/README.md b/README.md index f6545c98..0ac875d2 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,7 @@ int main() } ``` -This library is header-only, and has a default dependency on Boost.Hana. The -Boost.Hana dependency can be eliminated, and `std::tuple` will be used instead -of `boost::hana::tuple` throughout the library, if you `#define` -`BOOST_PARSER_DISABLE_HANA_TUPLE`. To try out the lib without mseeing with -dependencies, add its `include/` dir as an include path in your build and -define `BOOST_PARSER_DISABLE_HANA_TUPLE` your build. +This library is header-only, and has no Boost dependencies by default. Features: