From 3773d5f79dd9ec29988ca925689b3e94265e2663 Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 15 Dec 2023 17:15:11 -0800 Subject: [PATCH] Update README.md Signed-off-by: Jamil --- elixir/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir/README.md b/elixir/README.md index dd268e2d7..08804a19d 100644 --- a/elixir/README.md +++ b/elixir/README.md @@ -290,7 +290,7 @@ Useful for onboarding beta customers. See the `Domain.Ops.provision_account/1` function: ```elixir -iex> Domain.Ops.provision_account(%{account_name: "Customer Account", slug: "customer_account", account_admin_name: "Test User", account_email: "test@firezone.localhost"}) +iex> Domain.Ops.provision_account(%{account_name: "Customer Account", account_slug: "customer_account", account_admin_name: "Test User", account_email: "test@firezone.localhost"}) ``` ### Creating an account on staging instance using CLI