From 311db886a4476fc0394f24345d8fee9c846d6893 Mon Sep 17 00:00:00 2001 From: scuti Date: Fri, 25 Apr 2025 01:37:49 -0700 Subject: [PATCH] Minor fixes to README. Corrected typo of 'developers'. Removed bulletpoint for the only point under acknowledgements. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99dbf8c..cc3bc6e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The motivation for project is satisfying a class assignment. Eventually, an interesting (enough) topic was discovered in the data set: ->What is the annual compensation (y) over years of experience (x) of deveopers who use a programming language from a specific country? +>What is the annual compensation (y) over years of experience (x) of developers who use a programming language from a specific country? ## Requirements @@ -97,5 +97,5 @@ Entry or junior level professionals generally have an income of $82,957 or $123, ## Acknowledgements -* "Udacity AI" (ChatGPT), the idea to transform x values to appropriate a linear regression into a logarithmic regression. +"Udacity AI" (ChatGPT), the idea to transform x values to appropriate a linear regression into a logarithmic regression.