From 1b964eefd2c146427711ef34fe2efc29cd452a31 Mon Sep 17 00:00:00 2001 From: Meg528 <71841959+Meg528@users.noreply.github.com> Date: Thu, 10 Oct 2024 08:55:54 -0700 Subject: [PATCH] Update summary.mdx --- docs/summary.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/summary.mdx b/docs/summary.mdx index 0cffd4f..89ad318 100644 --- a/docs/summary.mdx +++ b/docs/summary.mdx @@ -5,11 +5,11 @@ sidebar_position: 1000 # 🎯 Summary Congratulations! Following this tutorial, you have successfully: -* Installed Relational Migrator -* Created a migration project -* Mapped a relational schema to MongoDB -* Migrated data to MongoDB -* Generated application code from the MongoDB model +* Installed Relational Migrator. +* Created a migration project. +* Mapped a relational schema to MongoDB. +* Migrated data to MongoDB. +* Generated application code from the MongoDB model. * Converted SQL queries and stored procedures to MongoDB query language. Visit the [MongoDB Developer Center](https://mongodb.com/developer/?utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=soccer_workshop&utm_term=stanimira_vlaeva) for more useful information and tutorials.