Merge pull request #1859 from PEMapModder/patch-2

Update CONTRIBUTING.md
This commit is contained in:
Shoghi Cervantes 2014-08-10 12:09:32 +02:00
commit 4e1805ae02

View File

@ -43,7 +43,7 @@ It is mainly [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accept
```php
<?php
namespace pocketmine\Example;
namespace pocketmine\example;
class ExampleClass{
const EXAMPLE_CLASS_CONSTANT = 1;