We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73f97b commit cb6fc4dCopy full SHA for cb6fc4d
README.md
@@ -60,7 +60,7 @@ public function method()
60
```php
61
<?php
62
63
-require 'path/to/your/composer/autoload.php';
+require 'path/to/your/vendor/autoload.php';
64
65
use ZerosDev\NikReader\Reader;
66
@@ -90,4 +90,4 @@ if (true === $result->valid) {
90
| getGender() | Get gender data |
91
| getUniqueCode() | Get unique code |
92
| toArray() | Convert result into Array format |
93
-| toJSON() | Convert result into JSON format |
+| toJSON() | Convert result into JSON format |
0 commit comments