diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/erlware/relx.png)](https://travis-ci.org/erlware/relx) +[![Build Status](https://drone.io/github.com/erlware/relx/status.png)](https://drone.io/github.com/erlware/relx/latest) # NAME @@ -10,7 +10,7 @@ relx [*options*] [*release-specification-file*] # DESCRIPTION -Reltool assembles releases for an Erlang/OTP release. Given a release +Relx assembles releases for an Erlang/OTP release. Given a release specification and a list of directories in which to search for OTP applications it will generate a release output. That output depends heavily on what plugins available and what options are defined, but |