From f9e586790698f8c67019fe57fc867527647fa87c Mon Sep 17 00:00:00 2001
From: Jen Looper <jen.looper@gmail.com>
Date: Tue, 4 May 2021 12:07:22 -0400
Subject: [PATCH] standardizing image names

---
 2-Regression/4-Logistic/README.md                   |   2 +-
 ...umpkin_Classifier.png => pumpkin-classifier.png} | Bin
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename 2-Regression/4-Logistic/images/{Pumpkin_Classifier.png => pumpkin-classifier.png} (100%)

diff --git a/2-Regression/4-Logistic/README.md b/2-Regression/4-Logistic/README.md
index e7c1aa96..72e76c5e 100644
--- a/2-Regression/4-Logistic/README.md
+++ b/2-Regression/4-Logistic/README.md
@@ -25,7 +25,7 @@ Logistic Regression differs from Linear Regression, which you learned about prev
 
 Logistic Regression does not offer the same features as Linear Regression. The former offers a prediction about a binary category ("orange or not orange") whereas the latter is capable of predicting continual values, for example given the origin of a pumpkin and the time of harvest, how much its price will rise.
 
-![Pumpkin Classification Model](images/Pumpkin_Classifier.png)
+![Pumpkin Classification Model](./images/pumpkin-classifier.png)
 > Infographic by [Dasani Madipalli](https://twitter.com/dasani_decoded)
 ### Other Classifications
 
diff --git a/2-Regression/4-Logistic/images/Pumpkin_Classifier.png b/2-Regression/4-Logistic/images/pumpkin-classifier.png
similarity index 100%
rename from 2-Regression/4-Logistic/images/Pumpkin_Classifier.png
rename to 2-Regression/4-Logistic/images/pumpkin-classifier.png
-- 
GitLab