diff --git a/Git-Basics/README.md b/Git-Basics/README.md index 9bc8bd91..7804ed5d 100644 --- a/Git-Basics/README.md +++ b/Git-Basics/README.md @@ -27,7 +27,7 @@ | Git is a software | GitHub is a cloud service | | Git is installed locally on the system | GitHub is hosted on the web | | It is command-line tool | It is a graphical user interface | -| Git is maintained by linux | GitHub is maintained by Microsoft | +| Git is maintained by Linux | GitHub is maintained by Microsoft | | It is focused on version control and code sharing | It is focused on centralized source code hosting | | Git is open-source licensed | GitHub includes a free-tier and pay-for-use tier | | Git was released in 2005 | GitHub was released in 2008 |