diff --git a/README.md b/README.md index badeb88..e7be19a 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ In your show view: ``` -To detach (reset) a file, simply assign the constant STAPLER_NULL to the attachment and the save): +To detach (reset) a file, simply assign the constant STAPLER_NULL to the attachment and then save): ```php $user->avatar = STAPLER_NULL;