From 5e081be4924bb23334c0a0501c3cd2c8bdf8e584 Mon Sep 17 00:00:00 2001 From: Matias Hernan Lauriti Date: Fri, 7 Jul 2017 15:25:50 -0300 Subject: [PATCH] Update README.md Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;