issues
search
arjan
/
decorator
Function decorators for Elixir
MIT License
385
stars
20
forks
source link
Update README.md
#17
Closed
Tsuyoshi84
closed
6 years ago
Tsuyoshi84
commented
6 years ago
Fix some issues of README.
Change the decorator version to 1.2.
decorator
failed to compile when installing it with
~> 0.0
on Elixir 1.6 environment. So I had to specify the version
~> 1.2
Add a closing parenthesis to
Logger.debug
.
Fix some issues of README.
decorator
failed to compile when installing it with~> 0.0
on Elixir 1.6 environment. So I had to specify the version~> 1.2
Logger.debug
.