diff --git a/docs/get-started/algokit.md b/docs/get-started/algokit.md
index d504cfb0..0c839de7 100644
--- a/docs/get-started/algokit.md
+++ b/docs/get-started/algokit.md
@@ -7,10 +7,6 @@ In addition, AlgoKit features:
- Toolchain integrations for languages you love, like Python and TypeScript
- A simplified frontend design experience
-## 10 minute video walkthrough
-
-
-
## Prerequisites
- [Python 3.12](https://www.python.org/downloads/) or higher
@@ -49,8 +45,6 @@ In addition, AlgoKit features:
- If you used AlgoKit before, update it with pipx: `pipx upgrade algokit`
- Restart the terminal to ensure AlgoKit is available on the path
-
-
=== "macOS"
!!! Note
This method will install the latest Python3 release as a dependency via Homebrew. If you already have Python 3.10+ installed, you may prefer to use `pipx install algokit` as explained within the OS agnostic tab so you can control the python version used.
@@ -67,7 +61,6 @@ In addition, AlgoKit features:
- Install using Homebrew `brew install algorandfoundation/tap/algokit`
- Restart the terminal to ensure AlgoKit is available on the path
-
=== "Linux"
- Ensure prerequisites are installed
@@ -197,7 +190,7 @@ In the bottom left hand corner of the menu, select `Connect wallet` and you will
### Deploy the Hello World application
-To deploy the built Beaker smart contract application, select the `Beaker studio` menu and click on the import beaker app. Select `File` and `Upload file`, browse to the artifacts created in the previous section of this guide. Select the `*.arc32.json` manifest file. This will load the specific manifest file for the Hello World sample application.
+To deploy your smart contract application, select the `Beaker studio` menu and click on the import beaker app. Select `File` and `Upload file`, browse to the artifacts created in the previous section of this guide. Select the `*.arc32.json` manifest file. This will load the specific manifest file for the Hello World sample application.
![AlgoKit Dappflow](../imgs/dappflow3.png)