better formatting of authors section
This commit is contained in:
+11
-9
@@ -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
|
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
|
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.
|
This is a fork of the original code by Jordi Boggiano.
|
||||||
|
|
||||||
Changes:
|
**Changes:**
|
||||||
|
|
||||||
- Changed colors to look more like Sublime Text, with Monokai theme
|
- Changed colors to look more like Sublime Text, with Monokai theme
|
||||||
- Slitly improved layout
|
- Slitly improved layout
|
||||||
@@ -60,15 +60,17 @@ Authors
|
|||||||
|
|
||||||
Originally by:
|
Originally by:
|
||||||
|
|
||||||
**Jordi Boggiano** - [j.boggiano@seld.be](mailto:j.boggiano@seld.be)<br>
|
**Jordi Boggiano** - [<j.boggiano@seld.be>](mailto:j.boggiano@seld.be)<br>
|
||||||
[seld.be](http://seld.be/) - [@seldaek](http://twitter.com/seldaek)<br>
|
Web: [seld.be](http://seld.be/)<br>
|
||||||
[github.com/Seldaek/php-console](https://github.com/Seldaek/php-console)
|
Twitter: [@seldaek](http://twitter.com/seldaek)<br>
|
||||||
|
GitHub: [Seldaek/php-console](https://github.com/Seldaek/php-console)
|
||||||
|
|
||||||
Modified by:
|
Modified by:
|
||||||
|
|
||||||
**Ondřej Hruška** - [ondra@ondrovo.com](mailto:ondra@ondrovo.com)<br>
|
**Ondřej Hruška** [<ondra@ondrovo.com>](mailto:ondra@ondrovo.com)<br>
|
||||||
[www.ondrovo.com](http://www.ondrovo.com) - [@MightyPork](http://twitter.com/MightyPork)<br>
|
Web: [www.ondrovo.com](http://www.ondrovo.com)<br>
|
||||||
[github.com/MightyPork/php-console](https://github.com/MightyPork/php-console)
|
Twitter: [@MightyPork](http://twitter.com/MightyPork)<br>
|
||||||
|
GitHub: [MightyPork/php-console](https://github.com/MightyPork/php-console)
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
|
|||||||
Reference in New Issue
Block a user