From 108def85f71b59c1ed1f3b5da8dc58a7926c9f36 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 24 Sep 2020 16:08:01 +0200 Subject: [PATCH 1/2] Aggiornare 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa5ab7e..f03000e 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 application 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: From c5aff4df280e078dcbd34bcfce227bf7f4da2463 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 24 Sep 2020 16:08:59 +0200 Subject: [PATCH 2/2] Aggiornare 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f03000e..44e869c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SortApp -SortApp is a simple application example that allows you to 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: