From 4a22b7724032b1aa3b12320c145845cb8cf03ee0 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Mon, 8 Oct 2018 15:17:15 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d86bc0c2cb..e2877271e5 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ Our full stack web development curriculum is completely free and self-paced. We ### Certifications -freeCodeCamp.org offers several free developer certifications. Each of these certifications involves building 5 required web app projects, along with hundreds of optional coding challenges to help you prepare for those projects. We estimate that each certification will take beginner programmers around 300 hours to learn. +freeCodeCamp.org offers several free developer certifications. Each of these certifications involves building 5 required web app projects, along with hundreds of optional coding challenges to help you prepare for those projects. We estimate that each certification will take a beginning programmer around 300 hours to earn. -Each of these 30 project in the freeCodeCamp.org curriculum has its own agile user stories and automated tests. These help you build up your project incrementally, and ensure you've fulfilled all the user stories before submitting it. +Each of these 30 projects in the freeCodeCamp.org curriculum has its own agile user stories and automated tests. These help you build up your project incrementally, and ensure you've fulfilled all the user stories before you submit it. -You can pull in these test suites through [freeCodeCamp's CDN](https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js). This means you can build these projects on websites like CodePen and Glitch - or even on your local development environment. +You can pull in these test suites through [freeCodeCamp's CDN](https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js). This means you can build these projects on websites like CodePen and Glitch - or even on your local computer's development environment. Once you’ve earned a certification, you will always have it. You will always be able to link to it from your LinkedIn or résumé. And when your prospective employers or freelance clients click that link, they’ll see a verified certification specific to you. @@ -83,7 +83,7 @@ Once you earn all 6 of these certifications, you'll be able to claim your freeCo #### Legacy Certifications -We also have 3 legacy certifications from our 2015 curriculum, which are still available. All of the required projects for these legacy certifications will remain available on freeCodeCamp. +We also have 3 legacy certifications from our 2015 curriculum, which are still available. All of the required projects for these legacy certifications will remain available on freeCodeCamp.org. - Legacy Front End Development Certification - Legacy Data Visualization Certification @@ -122,4 +122,4 @@ Copyright (c) 2018 freeCodeCamp.org The content of this repository bound by the following licenses: - The computer software is licensed under the [BSD-3-Clause](LICENSE.md) License. -- The [curricular content](https://www.npmjs.com/package/@freecodecamp/curriculum) in the [`/curriculum`](/curriculum) and subdirectories are licensed under the [CC-BY-SA-4.0](/curriculum/LICENSE.md) License. +- The [curricular content](https://www.npmjs.com/package/@freecodecamp/curriculum) in the [`/curriculum`](/curriculum) folder and its subdirectories are licensed under the [CC-BY-SA-4.0](/curriculum/LICENSE.md) License.