diff --git a/cplusplus/README.md b/cplusplus/README.md index 17d3408e..581717fd 100644 --- a/cplusplus/README.md +++ b/cplusplus/README.md @@ -1,8 +1,8 @@ ### Introduction -This API is a thin layer over the libvips GObject API. it adds automatic -reference counting, exceptions, operator overloads, and automatic constant -expansion. +The libvips C++ API is a thin layer over the libvips GObject API. It adds +automatic reference counting, exceptions, operator overloads, and automatic +constant expansion. You can drop down to the C API at any point, so all the C API docs also work for C++.