From 7322ad1dbecff13aba7e6dd79459fb1ef62c6106 Mon Sep 17 00:00:00 2001 From: Ayumi <79187097+Ayumi08@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:23:25 -0700 Subject: [PATCH] Update README.md to be accurate Changed 'mage-data-engineering-zoomcamp' to `mage-zoomcamp` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 883e5c2..4000f98 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ git clone https://github.com/mage-ai/mage-zoomcamp.git mage-zoomcamp Navigate to the repo: ```bash -cd mage-data-engineering-zoomcamp +cd mage-zoomcamp ``` Rename `dev.env` to simply `.env`— this will _ensure_ the file is not committed to Git by accident, since it _will_ contain credentials in the future.