From 55df9cd949841ed747245a428cd8b2ca11ab576f Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Fri, 16 Aug 2019 22:03:46 +0900 Subject: [PATCH] [change] Update "description" in app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index cfe02b000f..ef304a3c4e 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { "name": "Piping Server", - "description": "A Piping Transfer Server on HTTP", + "description": "Streaming Data Transfer Server over HTTP/HTTPS", "repository": "https://github.com/nwtgck/piping-server", "keywords": ["transfer", "http", "server", "data-transfer"] }