From 5cc4e07af765353af997207fef9365774f3edcad Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 4 Jun 2021 20:59:59 +0100 Subject: [PATCH] better c++ intro text --- cplusplus/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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++.