File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ https://github.com/jcupitt/php-vips
39
39
40
40
### Installing
41
41
42
- On OS X , use ` brew install php70-vips ` to install the libvips library, php and
42
+ On macOS , use ` brew install php70-vips ` to install the libvips library, php and
43
43
this php extension.
44
44
45
45
On Linux, install this extension with:
@@ -69,7 +69,7 @@ $ ./configure --prefix=/home/john/vips --enable-debug --enable-maintainer-zts \
69
69
```
70
70
71
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 ,
72
+ development. On linux, install with your package manager. On macOS ,
73
73
install with ` brew ` or MacPorts. For Windows, download a zip from the
74
74
libvips website, or build your own.
75
75
You can’t perform that action at this time.
0 commit comments