diff --git a/src/parts/epi_readouts.jl b/src/parts/epi_readouts.jl
index dbfad45bf0c13220be9d7c62d5c04337211e72d6..960e427d9ee1f624b89d790bc69d7672bdda96fa 100644
--- a/src/parts/epi_readouts.jl
+++ b/src/parts/epi_readouts.jl
@@ -6,7 +6,7 @@ import ...Variables: get_free_variable, VariableType, qval, qvec, set_simple_con
 import ...Pathways: PathwayWalker, update_walker_till_time!, walk_pathway!
 
 """
-    EPIReadout(resolution; ky_lines=-resolution[2]:resolution[2], recenter=false, group=:FOV, variables...)
+    EPIReadout(; resolution, ky_lines=-resolution[2]:resolution[2], recenter=false, group=:FOV, variables...)
 
 Defines an (accelerated) EPI readout.