diff --git a/LICENSE b/LICENSE index 1575041..998c433 100644 --- a/LICENSE +++ b/LICENSE @@ -175,7 +175,7 @@ END OF TERMS AND CONDITIONS - Copyright 2020, niamtokik . + Copyright 2020, Mathieu Kerjouan . Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 08cd1c2..61cde34 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -erluv -===== +# erluv -An OTP application +erluv library implementation based on c-node. -Build ------ +# build - $ rebar3 compile +```sh +rebar3 compile +``` diff --git a/src/erluv.erl b/src/erluv.erl new file mode 100644 index 0000000..e69de29