Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
webdeb committed May 15, 2018
1 parent e4bcf8f commit 72ff5af
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 @@ -41,7 +41,7 @@ _Note_: The origin option can also be an internal hostname, like "app"

```elixir
Thumbox.gen_url(:profile_avatar, "uploads/some-user-avatar.jpg")
=> "https://thumbox.example.com/<hmac-signature>/200x200/smart/my-app.com/uploads/some-user-avatar.jpg"
=> "https://thumbor.example.com/<hmac-signature>/200x200/smart/my-app.com/uploads/some-user-avatar.jpg"
```

opts: You can also pass any option from the config to the url generation on the fly.
Expand Down

0 comments on commit 72ff5af

Please sign in to comment.