From fae113be6df3626a37adeb0f90f8fb8193218972 Mon Sep 17 00:00:00 2001 From: Meg528 <71841959+Meg528@users.noreply.github.com> Date: Thu, 3 Jul 2025 13:09:17 -0600 Subject: [PATCH] Update intro.mdx --- docs/intro.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/intro.mdx b/docs/intro.mdx index d4eb817..3086913 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -114,14 +114,11 @@ Regardless of your deployment type, always: - Regularly audit user access - Implement role-based access control - 4. **Use Queryable Encryption** - - Setup queryable encryption + - Set up Queryable Encryption - Create database encrypted client and collections - Read and write encrypted documents. - - ## Next Steps 1. Start with [Initial Setup](./setup) to get started on completing the challenge sections.