Skip to content

Commit 8a73e95

Browse files
committed
Fixed misspelling
1 parent c9ce3df commit 8a73e95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
- Added ability to build Windows DLLs for PHP 7.2
1111

1212
### Changed
13-
- Removed ability to build Windows DLLs for PHP 5.x. Windows users with PHP 5.x should use Zephir Parser >= 1.1.1 (see latest releases).
13+
- Removed ability to build Windows DLLs for PHP 5.x. Windows users with PHP 5.x should use Zephir Parser <= 1.1.1 (see latest releases).
1414

1515
## [1.1.1] - 2017-11-09
1616
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ or formal, tagged release, please switch to the relevant
1616

1717
### Windows
1818

19-
**NOTE:** Since version 1.1.2, DLLs are no longer provided for PHP 5.x. Windows users with PHP 5.x should use Zephir Parser >= 1.1.1.
19+
**NOTE:** Since version 1.1.2, DLLs are no longer provided for PHP 5.x. Windows users with PHP 5.x should use Zephir Parser <= 1.1.1.
2020

2121
To install Zephir Parser on Windows:
2222

0 commit comments

Comments
 (0)