diff --git a/README.md b/README.md
index 4ff1069..b5fc69d 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ If you get a _**ModuleNotFoundError: No module named 'pandas'**_ error, install
Go to your health home screen and click on the profile icon
-
+
On the next page, click the "Export Health Data" button
@@ -28,19 +28,29 @@ On the next page, click the "Export Health Data" button
Your data will be prepared, and then you can transfer the export.zip file to your machine.
+
+
### 3. Unzip the file, which should contain:
* apple_health_export
* export.xml
+
* export_cda.xml
+
+
+
+### 4. Place the **apple_health_xml_convert.py** into the folder alongside the files and run the script
-### 4. Place the **apple_health_xml_convert.py** into the folder alongside the files
+`python apple_health_xml_convert.py`
-### 5. Run the script with `python apple_health_xml_convert.py`
-
The export will be written with the format:
* **apple_health_export_YYYY-MM-DD.csv**
+
+
+In Excel, the output should look something like this:
+
+
\ No newline at end of file
diff --git a/example_output.jpg b/example_output.jpg
new file mode 100644
index 0000000..2294269
Binary files /dev/null and b/example_output.jpg differ