From e6ac35cfbd33befa865ba071cffbd3573ae02afd Mon Sep 17 00:00:00 2001 From: thatblindgeye Date: Mon, 14 Feb 2022 14:31:07 -0500 Subject: [PATCH] Bring more inline with main repo README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bade0dcc62..17f7e8d897 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ # The Odin Project Curriculum -The Odin Project (TOP) is an open-source community for learning full-stack web development. Our mission is to provide a comprehensive curriculum to learn web development for free. We help users learn the skills and build the impressive portfolio of projects they need to get hired as a web developer. - -The curriculum is divided into distinct courses, each covering the subject language in depth. Each course contains a listing of lessons interspersed with multiple projects. These projects give users the opportunity to practice what they are learning, thereby reinforcing and solidifying the theoretical knowledge learned in the lessons. Completed projects may then be included in the user's portfolio. +[The Odin Project](https://www.theodinproject.com/) (TOP) is an open-source curriculum for learning full-stack web development. Our curriculum is divided into distinct courses, each covering the subject language in depth. Each course contains a listing of lessons interspersed with multiple projects. These projects give users the opportunity to practice what they are learning, thereby reinforcing and solidifying the theoretical knowledge learned in the lessons. Completed projects may then be included in the user's portfolio. Lessons are structured through a combination of original written content and a compilation of carefully curated resources from the web. This is where the contributing happens! -This repo houses the curricular content used on [The Odin Project](http://theodinproject.com) website, whereas our [main TOP repo](https://github.com/TheOdinProject/theodinproject) houses the front-end and back-end code. +This repo contains the actual lesson files used on our website. For the actual TOP app that pulls in this lesson content and contains our front-end and back-end code, please go to the [main TOP repo](https://github.com/TheOdinProject/theodinproject). -The TOP community can be found in our [Discord chat rooms](https://discord.gg/fbFCkYabZB). +Our community can be found on the [TOP Discord server](https://discord.gg/fbFCkYabZB). ## Contributing