diff --git a/README.md b/README.md index 4110ddd..4f4def1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SortApp -SortApp is simple example that sort a file in input. +SortApp is a simple example that allows you to sort a file in input. Starting from this example, you can first create an installable package via pip3 and then a docker image in which it is installed the created package. The package declares the sortapp command as entrypoint. So once the package is installed you can use this command at command line to run the example: