From ce3a3be1829aa698b14fc1ce087231650f9abee2 Mon Sep 17 00:00:00 2001 From: digzom Date: Tue, 23 May 2023 15:11:03 -0300 Subject: [PATCH] Update README.md fix readme spelling error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f227f0..095678a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ defmodule FileUploader do end ``` -After than, you simply cast the type like you would normally do: +After that, you simply cast the type like you would normally do: ```elixir def changeset(user, attrs) do @@ -98,4 +98,4 @@ If you are using forms to submit the final file, you'll likely want to return th - Implement more image transformations - Add video transformations -- Add support to S3 storage \ No newline at end of file +- Add support to S3 storage