Update README.md

This commit is contained in:
michaelachrisco 2018-06-05 08:36:56 -07:00 committed by GitHub
parent 863e9c95db
commit 7eb8050b66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,8 @@ $legacyUser = new User;
$legacyUser->set_user_name('bob');
$result = $legacyUser->save();
//User is not saved and ReadOnlyException is thrown.
//User is not saved.
//ReadOnlyException is thrown.
?>
```