From 5ab9256669b44c31272151488ccf1f166b93c645 Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Sun, 24 Mar 2024 05:12:54 +0100 Subject: [PATCH] Tweak README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f0eccb..33d8137 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Please refer to [Pairgoth](https://pairgoth.jeudego.org) landing page. ├── docker .................................... Docker packaging │   ├── pairgoth.properties.example ........... Docker property file to instanciate │   └── run.sh ................................ Docker launch script +├── pairgoth-common............................ Shared utility code library └── api-webapp ................................ Engine web application └── src ├── main @@ -49,7 +50,6 @@ api-webapp/src/main/kotlin/org/jeudego/pairgoth ├── model .................................. Domain logic model ├── pairing ................................ Pairing solvers ├── store .................................. Persistence handlers -├── util ................................... Various utilities └── web .................................... Web interface ```