edgurgel / verk

A job processing system that just verks! 🧛‍
https://hex.pm/packages/verk
MIT License
721 stars 65 forks source link

Update README.md #199

Closed vip30 closed 4 years ago

vip30 commented 4 years ago

According to https://github.com/Nebo15/confex,

Type can be replaced with {module, function, arguments} tuple, in this case Confex will use external function to resolve the type. Function must returns either {:ok, value} or {:error, reason :: String.t} tuple.

I modified the readme to prevent misunderstanding

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 88.312% when pulling b67bf898a2fbd7dc1f5fdd4c569b238ace9383c0 on vip30:master into 20af6bbfa3fb621e267e2909e44a7ded7b7eaf99 on edgurgel:master.

edgurgel commented 4 years ago

Thank you!