From b20a10a4bcee85af851731e1a165ef0b084985fd Mon Sep 17 00:00:00 2001 From: Jon Taylor Date: Tue, 2 Jul 2024 10:17:01 +0100 Subject: [PATCH] fixed double fly --- examples/deployment/flyio-example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deployment/flyio-example/README.md b/examples/deployment/flyio-example/README.md index 8a6ac29c4..709bcc63b 100644 --- a/examples/deployment/flyio-example/README.md +++ b/examples/deployment/flyio-example/README.md @@ -16,7 +16,7 @@ You can copy the `example-fly.toml` as a reference. Be sure to change the app na Copy the base `env.example` to `.env` and enter the necessary API keys. -`FLYFLY_APP_NAME` should match that in the `fly.toml` file. +`FLY_APP_NAME` should match that in the `fly.toml` file. ### Launch a new fly.io project