From 4bec45a260988ab5a73c435c652c37d1b2fb6a9a Mon Sep 17 00:00:00 2001 From: Josh Rieken Date: Tue, 30 Jun 2020 17:24:36 -0600 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3893380b..f5f5da45 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ This will add the following files to your app: ```bash LIB_PATH/users/user.ex -PRIV_PATH/repo/migrations/TIMESTAMP_create_user.ex +PRIV_PATH/repo/migrations/TIMESTAMP_create_users.ex ``` Add the following to `config/config.exs`: