stavro / arc

:paperclip: Flexible file upload and attachment library for Elixir
1.16k stars 210 forks source link

Remove ambiguous `path identifier` in README. #260

Closed jung-hunsoo closed 5 years ago

jung-hunsoo commented 6 years ago

In README, there're some confusing meanings of filename; filename, file_name, path, path identifier. And path identifier isn't well understandable nor used any other sections in arc docs.

AFAIK, kinds of filename are;

Since the delete/1 receives either source filename or target filename, it'd better to describe which filename to use as a parameter.

In addition, some minor changes;