diff --git a/docusaurus/docs/documentation/guides/hello-world.md b/docusaurus/docs/documentation/guides/hello-world.md index 1fd4e0e4..d830fb65 100644 --- a/docusaurus/docs/documentation/guides/hello-world.md +++ b/docusaurus/docs/documentation/guides/hello-world.md @@ -292,7 +292,7 @@ This shows evidence that: ### Run the Script ```bash -export ORBITS_MONGO__URL="your-mongo-cluster" +export ORBITS_DB__MONGO__URL="your-mongo-cluster" npx tsx src/orbits/orbi.ts ``` @@ -318,7 +318,7 @@ ActionRuntime.activeRuntime.waitForBootstrap.then(async () => { Then run: ```bash -export ORBITS_MONGO__URL="your-mongo-cluster" +export ORBITS_DB__MONGO__URL="your-mongo-cluster" npx tsx src/orbits/orbi.ts ```