diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..9a7e949 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1 @@ +Flood is a monitoring service for various torrent clients. It's a Node.js service that communicates with your favorite torrent client and serves a decent web UI for administration. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 2a931a1..554b300 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "flood", "packaging_format": 1, "description": { - "en": "Client torrent.", - "fr": "Torrent client." + "en": "Monitoring service for various torrent clients", + "fr": "Service de surveillance pour divers clients torrent" }, "version": "0.1", "url": "https://github.com/TakerMc/flood_ynh",