From 8a3f12103645bf70fec713f685d249fd4de331b0 Mon Sep 17 00:00:00 2001 From: Jacy Todd <43625763+jstodd42@users.noreply.github.com> Date: Sat, 27 Oct 2018 15:58:00 -0500 Subject: [PATCH] Changed sentence structure and headers I added capitalization on the headers for Leaderboards and Observations. I also add a comma on line 10 to separate the introductory phrase from the main clause "but changed to the MERN framework" --- leaderboard/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/leaderboard/README.md b/leaderboard/README.md index f5e6123..b6dbb1a 100644 --- a/leaderboard/README.md +++ b/leaderboard/README.md @@ -1,11 +1,11 @@ -# leaderboard +# Leaderboard An initiative by a fCC student to collect data about other students using a dedicated scraper targeting www.freecodecamp.org's student profiles webpages. -# observations +# Observations * Maintained by creator. * Database is not permanent, re-written after every update, and focuses on collecting aggregate data per student. * It impacts the website so its use has been monitored and restricted to the creator. -* Originally based on the MEAN framework but changed to the MERN framework. +* Originally based on the MEAN framework, but changed to the MERN framework.