diff --git a/README.md b/README.md
index 84f2cc5cfbee2016fad3fc6d46872c0621553963..a456f6ceee2e270b25ada60902cd73fa7df4c631 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,10 @@ Software for processing and analysis of human faces. Re-implementation of [FIDEN
 
 This project is being developed at Masaryk University, Brno as collaborative project between Human Computer Interaction Laboratory at Faculty of Informatics and Department of Anthropology at Faculty of Science.
 
+## Structure (modules):
+
+*  **application:** From [NetBeans tutorial](https://platform.netbeans.org/tutorials/71/nbm-maven-quickstart.html): Enumerates included modules; permits interactive runs; produces various kinds of packaging, such as ZIP by default, but optionally JNLP, NBMs, and in the future perhaps OSGi; holds functional tests. Each module project specifies its own compile dependencies, while the appplication project's dependencies are anything additional that should be present at runtime. For example, that includes, by default, the whole platform cluster, that is, the set of modules constituting the "platform" cluster. The appplication project could include other clusters, or subsets of clusters, or whatever plugins you want included in your app which are not used as compilation dependencies. At a minimum, core.startup and its transitive dependencies are included.
+*  **branding:** From [NetBeans tutorial](https://platform.netbeans.org/tutorials/71/nbm-maven-quickstart.html): This module project contains the global resources used for branding the application, such as the splash screen.
+*  **MeshModel:** The core model for triangle meshes.
+
+