You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2019/07/05 13:27:52 UTC

[sling-whiteboard] branch master updated: Fix time-to-first-request title

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 11cfdf5  Fix time-to-first-request title
11cfdf5 is described below

commit 11cfdf5ed8fcd5411b67f763c9d33b79b5747997
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Jul 5 15:27:48 2019 +0200

    Fix time-to-first-request title
---
 graalvm/time-to-first-request/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graalvm/time-to-first-request/README.md b/graalvm/time-to-first-request/README.md
index 4f6a100..46eba88 100644
--- a/graalvm/time-to-first-request/README.md
+++ b/graalvm/time-to-first-request/README.md
@@ -1,7 +1,7 @@
-node-proxy
+time-to-first-request
 ====
 
-A (quick hack for now) HTTP proxy written in NodeJS that starts our
+An HTTP proxy written in NodeJS that starts our
 native image container on demand when an HTTP request is received.
 
 Used to measure the time-to-first-request on our native image.