Skip to content

Commit d66c7e7

Browse files
authored
Update README.md
1 parent 01c384c commit d66c7e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PConfig
22

33
PConfig is a PHP library for parsing configuration.
4-
It has simple APIs and is easy to use.
4+
It is lightweight and easy to use.
55

66
## Supported formats
77

@@ -22,8 +22,8 @@ composer require oopsguy/pconfig
2222
```php
2323
<?php
2424
use pconfig\PConfig;
25-
use \pconfig\provider\impl\FileProvider;
26-
use \pconfig\serializer\impl\JSONSerializer;
25+
use pconfig\provider\impl\FileProvider;
26+
use pconfig\serializer\impl\JSONSerializer;
2727

2828
$config = new PConfig('config-file.json');
2929

0 commit comments

Comments
 (0)