From 2246ed009952d6bdc5e9cd617de84c91fe761404 Mon Sep 17 00:00:00 2001 From: Priyaraj7 Date: Mon, 11 Jul 2022 19:24:11 -0700 Subject: [PATCH] add FAQ section to projects --- project-example/week-9/eventonica/README.md | 2 +- projects/mern-pern-project.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/project-example/week-9/eventonica/README.md b/project-example/week-9/eventonica/README.md index 2579dd83c..b1e4c08e2 100644 --- a/project-example/week-9/eventonica/README.md +++ b/project-example/week-9/eventonica/README.md @@ -63,4 +63,4 @@ You'll work on this project over the next several days. The features will remain ### Frequently Asked Questions -- We can add common FAQs here. Open a GitHub issue or PR if you have any questions. +- We can add common FAQs here. Open a PR if you have any questions. diff --git a/projects/mern-pern-project.md b/projects/mern-pern-project.md index 9acf24e0b..82281c864 100644 --- a/projects/mern-pern-project.md +++ b/projects/mern-pern-project.md @@ -145,3 +145,7 @@ Add a "Healthy" filter checkbox - Use fetch to retrieve data from `/sightings` - Make sure this basic end-to-end flow is working. If not, get help! - From there add more data and functionality + +### Frequently Asked Questions + +- We can add common FAQs here. Open a PR if you have any questions.