Skip to content

Commit f22841b

Browse files
committed
Fix fix in README
1 parent 1c61f98 commit f22841b

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
@@ -268,7 +268,7 @@ Then, you can build PHP by using the `Invoke-PhpBuild` command.
268268
Invoke-PhpBuild -PhpVersion '8.4.11' -Arch x64 -Ts nts
269269
```
270270

271-
To build PHP from a local source, run `Invoke-PhpBuild` from the source directory and omit `PhpVersion` input.
271+
To build PHP from a local source, run `Invoke-PhpBuild` from the source directory and omit the `PhpVersion` input.
272272

273273
```powershell
274274
Invoke-PhpBuild -Arch x64 -Ts nts
@@ -316,7 +316,7 @@ Invoke-PhpBuildExtension -ExtensionUrl https://github.com/xdebug/xdebug `
316316
-Args "--with-xdebug"
317317
```
318318

319-
To build an extension from a local source, run `Invoke-PhpBuildExtension` from the extension’s source directory and omit `ExtensionUrl` and `ExtensionRef` inputs.
319+
To build an extension from a local source, run `Invoke-PhpBuildExtension` from the extension’s source directory and omit the `ExtensionUrl` and `ExtensionRef` inputs.
320320

321321
```powershell
322322
# cd to xdebug source directory, and then run

0 commit comments

Comments
 (0)