Skip to content

Commit

Permalink
Add link to async README
Browse files Browse the repository at this point in the history
  • Loading branch information
ehclark committed Nov 18, 2024
1 parent c33b3ae commit 237b50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 237b50b

Please sign in to comment.