Skip to content

Commit fae5958

Browse files
committed
Fix README error
1 parent 4d19dd2 commit fae5958

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ XDebug is a PHP extension (a `.so` file on Linux and a `.dll` on Windows) that n
2929
2. [Configure PHP to use XDebug](https://xdebug.org/docs/install#configure-php) by adding `zend_extension=path/to/xdebug` to your php.ini.
3030
The path of your php.ini is shown in your `phpinfo()` output under "Loaded Configuration File".
3131
3. Enable remote debugging in your php.ini:
32+
3233
```ini
3334
[XDebug]
3435
xdebug.remote_enable = 1

0 commit comments

Comments
 (0)