Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CircuitSacul committed Jan 28, 2022
1 parent 31109d6 commit 09b2ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ print("Created user", user)

assert user == await User.fetch(username="Circuit")

user.email.v = "email@example.com"
user.email = "email@example.com"
await user.save()

await user.delete()
Expand Down

0 comments on commit 09b2ee5

Please sign in to comment.