From 8dac641573346cdb0b3fca6720bab0980df2e58c Mon Sep 17 00:00:00 2001 From: Meg528 <71841959+Meg528@users.noreply.github.com> Date: Thu, 3 Jul 2025 11:55:18 -0600 Subject: [PATCH] Update network.mdx --- docs/challenge/network.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/challenge/network.mdx b/docs/challenge/network.mdx index 96fcac3..7008f39 100644 --- a/docs/challenge/network.mdx +++ b/docs/challenge/network.mdx @@ -3,13 +3,13 @@ sidebar_position: 1 --- -# 👐 RUN : Network challenge +# 👐 RUN : Network Challenge :::info The provided scripts are incomplete. Replace all `` with the correct code to complete the lab. ::: -### 1. Add 'My current IP' temporary into the atlas project +### 1. Add "My current IP" temporary into the atlas project ```python from datetime import datetime, timedelta @@ -37,11 +37,11 @@ delete_after = (datetime.utcnow() + timedelta(hours=24)).isoformat() + 'Z' ::: -### 2. Check that 'My current IP' was added: +### 2. Check that "My current IP" was added ```python !atlas accessLists list --output json --projectId {project_id} ``` -## Next Steps +## Next steps -Start the chapter on [Authentication](./authentication) for database user management. +Start the chapter on [authentication](./authentication) for database user management.