Updated How to create a new Bridge (markdown)

LogMANOriginal 2019-05-15 22:07:28 +02:00
parent 5b796b7c3a
commit d749574116

@ -21,8 +21,8 @@ The file must start with the PHP tags and end with an empty line. The closing ta
**Example:**
```PHP
<?PHP
```php
<?php
// PHP code here
// This line is empty (just imagine it!)
```