From cc9f6de6021b8d94c6be0570f793aaee4888abe8 Mon Sep 17 00:00:00 2001 From: Jeremiah Date: Tue, 7 Feb 2017 17:31:27 -0800 Subject: [PATCH] Change Blocked Example Port --- docs/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.md b/docs/deploy.md index ff669aea..6e0492d7 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -28,7 +28,7 @@ This service requires to be configured using environment variables: ``` # Set the port for the service -$ export PORT=6000 +$ export PORT=5000 # Access token for the GitHub API (requires permissions to access the repository) # If the repository is public you do not need to provide an access token