Skip to content

Commit

Permalink
Merge pull request #1 from digzom/master
Browse files Browse the repository at this point in the history
Fix README spelling error
  • Loading branch information
thiagomajesk authored May 23, 2023
2 parents fff2c41 + ce3a3be commit bd686a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
- Add support to S3 storage

0 comments on commit bd686a3

Please sign in to comment.