diff --git a/README.md b/README.md
index d7631f303ab5578d76366eab159aebd005fc646b..ed4f39a3f1f2a6ce28c3d921acb7c445e7ced3a3 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@ This repository holds the open-access codebase used within the [IN-NOVA](https:/
 
 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).
 
+
 ## Current structure
 
 The current structure of the codebase is shown below. More information can be found in the [Wiki](https://gitlab.com/in-nova/in-nova/-/wikis/home) with separate pages for each category, and implementation.
@@ -32,12 +33,15 @@ The current structure of the codebase is shown below. More information can be fo
   - 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.
 
+
 ## Support
 If you find any bugs, other issues and/or inconsistencies you can [e-mail](mailto::axilleaz@protonmail.com) Achilles Kappis at *<axilleaz@protonmail.com>* or *<A.Kappis@soton.ac.uk>*. More contacts will be added if/when new contributors join the project.
 
+
 ## Roadmap
 The repository will be updated on an as-needed basis.
 
@@ -45,6 +49,7 @@ Although the repository is not considered to be *under construction* anymore, th
 
 As a parallel slow-moving project, porting the codebase to [Julia](https://julialang.org/) has also started, aiming to provide full functionality in the future. Although Julia and MATLAB were designed to tackle similar (if not the same) problems, they are quite different. The facilities and intricacies of Julia dictate the need to dig deeper into the language in order to provide an efficient, maintainable and intuitive codebase that will parallel the current MATLAB implementation in functionality. More time must be spent in the design phase for the Julia implementations, which will, most probably, keep the progress to a slow pace. Although it is a long shot, the target is for the Julia codebase to reach the MATLAB implementation's state and then move forward in tandem.  
 
+
 ## Contributing
 If you would like to contribute to the project you could do that in various ways, as listed below:
 
@@ -55,6 +60,7 @@ If you would like to contribute to the project you could do that in various ways
 - Create a CI configuration for automated testing, or develop unit tests.
 - Port the codebase to other programming languages and/or environments.
 
+
 #### Remarks
 
 Since there is no CI set at the moment to perform automated testing, you are highly encouraged to test your contributions as much as possible and even contribute some unit tests if this aligns with your contributed content.
@@ -79,7 +85,6 @@ Part of the `ptsOnSphere()` MATLAB/Octave function is an adaptation of a functio
 The project is licensed under the ***MIT License***, which is a rather unrestrictive license, effectively passing the code to the public scope. For more information see the [MIT License](https://mit-license.org/), or the [LICENSE](https://gitlab.com/in-nova/in-nova/-/blob/main/LICENSE) file of the project.
 
 
-
 ## Versioning ##
 The project uses [semantic versioning](https://semver.org/) and the current version is **v0.2.3**.