Skip to content

Commit 82e52ec

Browse files
committed
:octocat:
1 parent b632778 commit 82e52ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# php-ext-xz
22

3-
PHP Extension providing XZ (LZMA2) compression/decompression functions. (see also [Implement lzma (xz?) compression](https://news-web.php.net/php.internals/106654))
3+
PHP Extension providing XZ (LZMA2) compression/decompression functions. ([Implement lzma (xz?) compression](https://news-web.php.net/php.internals/106654))
44

55
[![Build Status](https://travis-ci.org/codemasher/php-ext-xz.svg?branch=main)](https://travis-ci.org/codemasher/php-ext-xz)
66
[![Continuous Integration](https://github.com/codemasher/php-ext-xz/workflows/Continuous%20Integration/badge.svg)](https://github.com/codemasher/php-ext-xz/actions)
@@ -28,7 +28,7 @@ Do not forget to add `extension=xz.so` to your `php.ini`.
2828

2929
### Windows
3030

31-
Follow the steps under ""[Build your own PHP on Windows](https://wiki.php.net/internals/windows/stepbystepbuild)" to setup your build environment.
31+
Follow the steps under "[Build your own PHP on Windows](https://wiki.php.net/internals/windows/stepbystepbuild)" to setup your build environment.
3232
Before the compilation step, clone this repository to `[...]\php-src\ext\xz` and proceed.
3333

3434
```bat

0 commit comments

Comments
 (0)