From 6656cf2d4b4f58aeab4ebff158cf0dcb1dafded3 Mon Sep 17 00:00:00 2001 From: Jason Meno Date: Fri, 4 Oct 2019 22:58:09 -0400 Subject: [PATCH] Move images into img folder --- README.md | 6 +++--- example_output.jpg => img/example_output.jpg | Bin .../export_data_button.jpg | Bin health_home.jpg => img/health_home.jpg | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename example_output.jpg => img/example_output.jpg (100%) rename export_data_button.jpg => img/export_data_button.jpg (100%) rename health_home.jpg => img/health_home.jpg (100%) diff --git a/README.md b/README.md index b5fc69d..ae42bcc 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ 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 - + Your data will be prepared, and then you can transfer the export.zip file to your machine. @@ -53,4 +53,4 @@ The export will be written with the format: In Excel, the output should look something like this: - \ No newline at end of file + \ No newline at end of file diff --git a/example_output.jpg b/img/example_output.jpg similarity index 100% rename from example_output.jpg rename to img/example_output.jpg diff --git a/export_data_button.jpg b/img/export_data_button.jpg similarity index 100% rename from export_data_button.jpg rename to img/export_data_button.jpg diff --git a/health_home.jpg b/img/health_home.jpg similarity index 100% rename from health_home.jpg rename to img/health_home.jpg