From ef610ae66f689a6e2539c743a42b7efc1012ce1f Mon Sep 17 00:00:00 2001 From: Mike Guthrie Date: Fri, 11 Apr 2025 13:55:16 -0400 Subject: [PATCH] Fix typo --- docs/myzrok/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/myzrok/upgrading.md b/docs/myzrok/upgrading.md index f8b046f1..e6e19a10 100644 --- a/docs/myzrok/upgrading.md +++ b/docs/myzrok/upgrading.md @@ -10,7 +10,7 @@ As of zrok `1.0.2`, the zrok rebase is automatic and the configuration will auto No action is necessary. ::: -If you are running version `1.0.0` or `1.01`, you can run the following to rebase your environment to use the new versioned API: +If you are running version `1.0.0` or `1.0.1`, you can run the following to rebase your environment to use the new versioned API: ``` zrok rebase apiEndpoint https://api-v1.zrok.io ```