From 240460bb3e01a2c044503ee628a12d513a41c131 Mon Sep 17 00:00:00 2001 From: jylew <32229799+justinlew@users.noreply.github.com> Date: Fri, 27 Aug 2021 22:42:32 -0700 Subject: [PATCH] Update README.md (#141) * Update README.md Remove ambiguities in the introduction paragraph. Increase conciseness of sentences. * Remove typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 818422bf..34732b00 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Project Based Learning [![Gitter](https://badges.gitter.im/practical-tutorials/community.svg)](https://gitter.im/practical-tutorials/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) -A list of programming tutorials in which learners build an application from scratch. These tutorials are divided into different primary programming languages. Some have intermixed technologies and languages. +A list of programming tutorials in which aspiring software developers learn how to build an application from scratch. These tutorials are divided into different primary programming languages. Tutorials may involve multiple technologies and languages. To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.