From bf93801a89451620d1e6e7374336c47229679f81 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Sat, 1 Jun 2019 16:34:33 +0200 Subject: [PATCH] README.md: Improve clarity on configuration instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db32f0e..732cd40 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Updates your user's identities on login based on a custom database query. Currently supports 1 column query results (email addresses). ## Configuration -Copy config.inc.php.dist to config.inc.php (or `ln`) and follow instructions for each configuration value. +Copy [config.inc.php.dist](config.inc.php.dist) to `config.inc.php` (or `ln`) and follow instructions in this file for each configuration value. ## Contributing Feel free to make a pull request if you improve this plugin.