better c++ intro text

This commit is contained in:
John Cupitt 2021-06-04 20:59:59 +01:00
parent 1b6cd28fb8
commit 5cc4e07af7
1 changed files with 3 additions and 3 deletions

View File

@ -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++.