diff --git a/README.mdown b/README.mdown index 7eea020..28261bc 100644 --- a/README.mdown +++ b/README.mdown @@ -1,7 +1,7 @@ -PHP Console +PHP Sandbox =========== -A web console to try your PHP code. +A web editor to try your PHP code. Creating a test file or using php's interactive mode can be a bit cumbersome to try random php snippets. This allows you to run small bits of code easily @@ -15,7 +15,7 @@ About this fork This is a fork of the original code by Jordi Boggiano. -Changes: +**Changes:** - Changed colors to look more like Sublime Text, with Monokai theme - Slitly improved layout @@ -60,15 +60,17 @@ Authors Originally by: -**Jordi Boggiano** - [j.boggiano@seld.be](mailto:j.boggiano@seld.be)
-[seld.be](http://seld.be/) - [@seldaek](http://twitter.com/seldaek)
-[github.com/Seldaek/php-console](https://github.com/Seldaek/php-console) +**Jordi Boggiano** - [<j.boggiano@seld.be>](mailto:j.boggiano@seld.be)
+Web: [seld.be](http://seld.be/)
+Twitter: [@seldaek](http://twitter.com/seldaek)
+GitHub: [Seldaek/php-console](https://github.com/Seldaek/php-console) Modified by: -**Ondřej Hruška** - [ondra@ondrovo.com](mailto:ondra@ondrovo.com)
-[www.ondrovo.com](http://www.ondrovo.com) - [@MightyPork](http://twitter.com/MightyPork)
-[github.com/MightyPork/php-console](https://github.com/MightyPork/php-console) +**Ondřej Hruška** [<ondra@ondrovo.com>](mailto:ondra@ondrovo.com)
+Web: [www.ondrovo.com](http://www.ondrovo.com)
+Twitter: [@MightyPork](http://twitter.com/MightyPork)
+GitHub: [MightyPork/php-console](https://github.com/MightyPork/php-console) License