diff --git a/Virtual Sensing/README.md b/Virtual Sensing/README.md
index 953cc48bea4b63aceb1ba013bef85963907cc09c..0502b76e911807659c16c5476e2383ebf4229f10 100644
--- a/Virtual Sensing/README.md	
+++ b/Virtual Sensing/README.md	
@@ -35,7 +35,7 @@ A condensed example of a very simple estimation case is shown below and more exa
 % Place primary sources, physical and virtual microphones
 mPos = rcvGeo("UCA", 4, 0.5); % Omni mic positions
 vPos = srcGeo("Diffuse", 0, 3, 10); % Primary source positions
-ePos = virtMicGeo("Grid", 2, 0, 0, 0, 11^2, "xy"); % Virtual/error mic positions on a grid
+ePos = virtMicGeo("Cube", [2, 2, 0], 11^2); % Virtual/error mic positions on a grid
 
 % Calculate transfer functions
 Pm = ptSrcField(vPos, mPos, 7.5e2); % Primary-to-monitoring transfer function (f = 750 Hz)
@@ -52,5 +52,5 @@ None.
 
 ## References
 
-[1] A. Roure, A. Albarrazin, *"The remote microphone technique for active noise control"*, Inter-Noise and Noise-Con Congress and Conference Proceedings, Active99, Fort Lauderdale FL, pp. 1233-1244(12).
+[1] A. Roure, A. Albarrazin, *"The remote microphone technique for active noise control"*, Inter-Noise and Noise-Con Congress and Conference Proceedings, Active99, Fort Lauderdale FL, pp. 1233-1244(12).\
 [2] S. J. Elliott, J. Cheer, *"Modeling local active sound control with remote sensors in spatially random pressure fields", Journal of the Acoustical Society of America, 137, pp. 1936-1946, (2015).