Minor fixes to README.

Corrected typo of 'developers'.
Removed bulletpoint for the only point under acknowledgements.
This commit is contained in:
2025-04-25 01:37:49 -07:00
parent 7b34548a2d
commit 311db886a4

View File

@@ -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.