summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d79c563..52f7d60 100644
--- a/README.md
+++ b/README.md
@@ -212,7 +212,7 @@ $deleted = $person->Delete(17);
```php
<?php
// Update personal data
-$person->Firstname = "Nhoj";
+$person->Firstname = "John";
$person->Age = "20";
$person->Sex = "F";
$person->Id = "4";