From 1298e4cd1582644213294c902eb4ec1a6de94aad Mon Sep 17 00:00:00 2001 From: Steve Martinelli <4118756+stevemar@users.noreply.github.com> Date: Tue, 7 May 2024 15:19:20 -0400 Subject: [PATCH] docs: update example in readme (#458) s/facility/metro so it matches the docs https://deploy.equinix.com/developers/docs/metal/deploy/on-demand/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae40bd55..99e20bb3 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ The full CLI documentation can be found [here](docs/metal.md) or by clicking the ### Create a device ```sh -metal device create --hostname [hostname] --plan [plan] --facility [facility_code] --operating-system [operating_system] --project-id [project_UUID] +metal device create --hostname [hostname] --plan [plan] --metro [metro_code] --operating-system [operating_system] --project-id [project_UUID] ``` ### Get a device