diff --git a/README.md b/README.md index 53c3ab8..c11c9b0 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,9 @@ # itertools -itertools is a single-header C++ library that allows, with a simple interface, for the writing of -various types of range-based for loops. +itertools is a C++ library that provides functionality to create and adapt C++ ranges. -A prelimenary reference documentation based on [Doxygen](https://www.doxygen.nl) is provided at [triqs.github.io/itertools](https://triqs.github.io/itertools/latest/). +A reference documentation based on [Doxygen](https://www.doxygen.nl) is provided at [triqs.github.io/itertools](https://triqs.github.io/itertools). ## Simple Example