diff --git a/Sound Fields/README.md b/Sound Fields/README.md
index 42d3fc0aa29707cf646ceeebe8b2a7207ce163d8..b843dbfea533f78d8725960d91ebfc359adb35c6 100644
--- a/Sound Fields/README.md	
+++ b/Sound Fields/README.md	
@@ -9,6 +9,7 @@ The current structure of the section is shown below.
 - Generation
   - Point source
     - Frequency domain
+    - Time domain
     - Wave domain (spherical harmonics)
   - Plane wave
     - Frequency domain
@@ -34,5 +35,6 @@ The current structure of the section is shown below.
 Some implementations use dependencies from [Utilities/Generic](https://gitlab.com/in-nova/in-nova/-/tree/main/Utilities/Generic?ref_type=heads). The necessary files, as well as the relevant functions are listed below:
 
 - MATLAB
-  - `ptSrcField()` requires `twoPtDist()` from [Utilities/Generic](https://gitlab.com/in-nova/in-nova/-/tree/main/Utilities/Generic?ref_type=heads)
-  - `planeWaveSH()` requires `sphHarm()` and `idsft()` from [Sound Fields](https://gitlab.com/in-nova/in-nova/-/tree/main/Sound%20Fields) (this folder)
\ No newline at end of file
+  - `ptSrcField()` requires `twoPtDist()` from [Utilities/Generic](https://gitlab.com/in-nova/in-nova/-/tree/main/Utilities/Generic?ref_type=heads).
+  - `planeWaveSH()` requires `sphHarm()` and `idsft()` from [Sound Fields](https://gitlab.com/in-nova/in-nova/-/tree/main/Sound%20Fields) (this folder).
+  - `ptSrcFieldTD()` requires `twoPtDist()` from from [Utilities/Generic](https://gitlab.com/in-nova/in-nova/-/tree/main/Utilities/Generic?ref_type=heads).