Skip to content

Commit 58e35fc

Browse files
author
Indieteq
committed
Update README.md
1 parent ba3a785 commit 58e35fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ $deleted = $person->Delete(17);
212212
```php
213213
<?php
214214
// Update personal data
215-
$person->Firstname = "Nhoj";
215+
$person->Firstname = "John";
216216
$person->Age = "20";
217217
$person->Sex = "F";
218218
$person->Id = "4";

0 commit comments

Comments
 (0)