diff --git a/README.md b/README.md
index 8619738eee358d344115f7207bb1aabf37420b5a..d7631f303ab5578d76366eab159aebd005fc646b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-C# IN-NOVA
+# IN-NOVA
 This repository holds the open-access codebase used within the [IN-NOVA](https://in-nova-horizon.eu/) project. The codebase is divided into various sections, each relevant to a different topic/problem. The sections will be updated and more sections will be added on an as-needed basis, since the purpose of the project is not to create a software library to tackle the scientific problems.
 
 The codebase under each section may or may not include code implementations in different languages but no plan exists to port each implementation in all available programming languages. More information about the codebase, the available implementations and topics/fields can be found in the [Documentation](https://gitlab.com/in-nova/in-nova/-/tree/main/Documentation/latex?ref_type=heads) of the project and its [Wiki](https://gitlab.com/in-nova/in-nova/-/wikis/home).
@@ -26,6 +26,11 @@ The current structure of the codebase is shown below. More information can be fo
   - Generic
 - [Sound fields](https://gitlab.com/in-nova/in-nova/-/tree/main/Sound%20Fields)
   - Generation
+    - Frequency domain
+    - Time domain
+    - Wave domain
+  - Analysis
+    - Wave domain Discrete Fourier Transforms
 
 ## Dependencies
 Effort has been put towards minimising dependencies external to this repository. Even "inter-repository" dependencies (ex. a function under some field uses a general utility function) will be clearly stated in the relevant code documentation.