Skip to content

Commit dbee477

Browse files
committed
Update readme.txt
1 parent 90d9a1d commit dbee477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use Chrome Dev Tools to debug your WordPress installation!
1717

1818
This implementation of PHP Console offers yet another tool to make it more easy to test on the fly any WordPress specific function or class (including those introduced by your active theme and plugins!) from a terminal and inspect results, catch errors and warnings with call stack trace straight from the Chrome JavaScript console. In other words, besides debugging, you can execute PHP or WordPress-specific PHP code straight from the terminal and print PHP variables in Chrome Dev Tools JavaScript console as if it were Javascript. It's very handy to keep everything in one place.
1919

20-
Note: PHP 5.4.0 minimum version is required your machine to use this plugin.
20+
Note: PHP 5.4.0 minimum version is required to use this plugin.
2121

2222
For support and pull requests, please refer to [WP PHP Console Github repo](https://github.com/nekojira/wp-php-console) and read the instructions there - thank you.
2323

@@ -185,4 +185,4 @@ You need to be able to write inside WP PHP Console plugin dir for better compati
185185
PHP 5.4.0 is the minimum PHP required version to run this plugin.
186186

187187
= 1.0.0 =
188-
First public release.
188+
First public release.

0 commit comments

Comments
 (0)