From 759e503f0882fc9ec30d950b503f75da4bd44609 Mon Sep 17 00:00:00 2001 From: Isaac Sloan Date: Mon, 2 Apr 2018 21:58:44 -0600 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2093558..e9b93ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # compiled_license - -TODO: Write a description here +Compiles the licences of all shards used in project into binary. ## Installation @@ -18,7 +17,10 @@ dependencies: require "compiled_license" ``` -TODO: Write usage instructions here +``` +$ testapp --licenses +# Returns all licenses to stdout +``` ## Development