From 8ff206ba7e5a696e9a762e0250be2f55b39d76b4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 15 Feb 2023 18:08:46 +0100 Subject: [PATCH] Highlight --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc1d5f51..6a8bc124 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ env: Then edit your `.env` file to add your registry password as `MRSK_REGISTRY_PASSWORD` (and your `RAILS_MASTER_KEY` for production with a Rails app). -Finally, you have to ensure your application can answer 200 OK to a GET /up request. That's how the zero-downtime deploy process knows that your new version is ready to serve traffic. +Finally, you have to ensure your application can answer `200 OK` to a `GET /up` request. That's how the zero-downtime deploy process knows that your new version is ready to serve traffic. Now you're ready to deploy to the servers: