From c1c727dc353102e0645339ce1169cd23ec089dad Mon Sep 17 00:00:00 2001
From: Rebecca Wheeler <rebecca.wheeler@wisc.edu>
Date: Thu, 25 May 2023 11:12:22 -0500
Subject: [PATCH] Update docs/tutorials/DynamicFileNames/DynamicFileNames.md

---
 docs/tutorials/DynamicFileNames/DynamicFileNames.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/tutorials/DynamicFileNames/DynamicFileNames.md b/docs/tutorials/DynamicFileNames/DynamicFileNames.md
index 0b62dd2..921f7b8 100644
--- a/docs/tutorials/DynamicFileNames/DynamicFileNames.md
+++ b/docs/tutorials/DynamicFileNames/DynamicFileNames.md
@@ -7,9 +7,11 @@
 1) In a Taskflow, create an assignment task and add a function.
 
 ![Assignmenttask](images/assigntask.png "AssignTask")
+
 2) Add a template file to your S3 bucket that includes all headers and full example of the dynamic file name (for example, MyFile_20230512.csv). This file will need to remain in your bucket for the life of the integration/mapping.
 
 ![DynamicTemplate](images/dynatemplate.png "Dynamic Template")
+
 3) Add into the **Mapping Task** source Advanced settings the input parameter from the Assignment task.
 
 ![InputPara](images/inputpara.png "Input Parameter")
-- 
GitLab