We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3cb1da commit 8af9619Copy full SHA for 8af9619
README.md
@@ -39,7 +39,7 @@ https://github.com/jcupitt/php-vips
39
40
### Installing
41
42
-On OS X, use `brew install php70-vips` to install the libvips library, php and
+On macOS, use `brew install php70-vips` to install the libvips library, php and
43
this php extension.
44
45
On Linux, install this extension with:
@@ -69,7 +69,7 @@ $ ./configure --prefix=/home/john/vips --enable-debug --enable-maintainer-zts \
69
```
70
71
You'll need libvips 8.0 or later, including all the headers for
72
-development. On linux, install with your package manager. On OS X,
+development. On linux, install with your package manager. On macOS,
73
install with `brew` or MacPorts. For Windows, download a zip from the
74
libvips website, or build your own.
75
0 commit comments