From 0cdc361aff618342054c7181df35dea350d75bc0 Mon Sep 17 00:00:00 2001 From: BluntBSE <31498420+BluntBSE@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:21:01 -0500 Subject: [PATCH] Update deprecated phoenix syntax to phx --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9fd43e65..1a5ebf70f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ In addition to the Elixir config files, the V3 API allows runtime configuration [Swagger](https://swagger.io/docs/) documentation for the Api is generated automatically. -1. `mix phoenix.server` +1. `mix phx.server` 2. `open http://localhost:4000/docs/swagger` ## Want to contribute?