Skip to content

Commit

Permalink
Update readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio committed Jul 14, 2015
1 parent 90d9a1d commit dbee477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Use Chrome Dev Tools to debug your WordPress installation!

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.

Note: PHP 5.4.0 minimum version is required your machine to use this plugin.
Note: PHP 5.4.0 minimum version is required to use this plugin.

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.

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

= 1.0.0 =
First public release.
First public release.

0 comments on commit dbee477

Please sign in to comment.