From 39854d6c11c11767ff568c6020b0506a9cdde4e4 Mon Sep 17 00:00:00 2001
From: Jeff Becker <jeff@i2p.rocks>
Date: Sat, 30 Dec 2017 13:04:26 -0500
Subject: [PATCH] clarify

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 79ce2d19f..da528e1a2 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ Run `mix phx.server` in repository's root, it will output log into stdout/stderr
 
 ### Using an upstream proxy for federation
 
-Add the following to your `dev.secret.exs` if you want to proxify all http requests that pleroma makes to an upstream proxy server:
+Add the following to your `dev.secret.exs` or `prod.secret.exs` if you want to proxify all http requests that pleroma makes to an upstream proxy server:
 
     config :pleroma, :http,
       proxy_url: "127.0.0.1:8123"