From 237b50bb2d6c32e47a0ed27871ac46fa768c7a86 Mon Sep 17 00:00:00 2001 From: Eugene Clark Date: Mon, 18 Nov 2024 14:54:01 -0500 Subject: [PATCH] Add link to async README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d61f841..95368df 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ AnyVar can support using the asynchronous request-response pattern when annotati This can improve reliability when serving remote clients by eliminating long lived connections and allow AnyVar to scale out instead of up to serve a larger request volume. -See README-async.md for more details. +See [README-async.md](README-async.md) for more details. ### Starting the REST service locally