Skip to content

Commit cb6fc4d

Browse files
authored
Update README.md
1 parent b73f97b commit cb6fc4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function method()
6060
```php
6161
<?php
6262

63-
require 'path/to/your/composer/autoload.php';
63+
require 'path/to/your/vendor/autoload.php';
6464

6565
use ZerosDev\NikReader\Reader;
6666

@@ -90,4 +90,4 @@ if (true === $result->valid) {
9090
| getGender() | Get gender data |
9191
| getUniqueCode() | Get unique code |
9292
| toArray() | Convert result into Array format |
93-
| toJSON() | Convert result into JSON format |
93+
| toJSON() | Convert result into JSON format |

0 commit comments

Comments
 (0)