From afa24323ac5dc5f73a983d21bdfb082bf0c04896 Mon Sep 17 00:00:00 2001 From: Dan Schultzer <1254724+danschultzer@users.noreply.github.com> Date: Mon, 6 Feb 2023 15:58:52 -0800 Subject: [PATCH] Update github reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61d3033..7fc7599 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Run `mix deps.get` to install it. ### Set up Pow -It's required to set up [Pow](https://github.com/danschultzer/pow#getting-started-phoenix) first. You can [run these quick setup](guides/set_up_pow.md) instructions if Pow hasn't already been set up. +It's required to set up [Pow](https://github.com/pow-auth/pow#phoenix-app) first. You can [run these quick setup](guides/set_up_pow.md) instructions if Pow hasn't already been set up. If your user schema uses binary id, then run the PowAssent mix task(s) with the `--binary-id` flag.