From 1eb45df2d0d33c0c7be92a8f5b05a49d3204b08f Mon Sep 17 00:00:00 2001 From: Meg528 <71841959+Meg528@users.noreply.github.com> Date: Tue, 11 Feb 2025 09:54:15 -0700 Subject: [PATCH] Update 20-prerequisite.mdx --- docs/20-prerequisites/20-prerequisite.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/20-prerequisites/20-prerequisite.mdx b/docs/20-prerequisites/20-prerequisite.mdx index 379226d..5ceb696 100644 --- a/docs/20-prerequisites/20-prerequisite.mdx +++ b/docs/20-prerequisites/20-prerequisite.mdx @@ -4,9 +4,9 @@ description: Setting up your MongoDB Atlas account, importing Library data # 👐 Set Up Lab -To follow along, you'll need to complete the first two labs of the MongoDB for RDBMS professionals. Which will help you in getting: +To follow along, you'll need to complete the first two labs of the MongoDB for RDBMS professionals, which will help you in getting: -- MongoDB Atlas Cluster +- A MongoDB Atlas cluster. - Test data. In this case, this is book, author, and review data for a library management system. 👐 To get both, open the [intro lab](https://mongodb-developer.github.io/intro-lab/docs/intro) and follow it (only takes 10-15 mins) to get your database ready. Return here when finished!