From 66e4b0391e7431cad3aec5d8001f6ed102b9ade7 Mon Sep 17 00:00:00 2001 From: Dawid Pogorzelski Date: Thu, 13 Jan 2022 12:20:52 +0100 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a669c96..3541ca7 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ This eliminates the need to deploy,maintain and operate a server and all problem Communication between Speedrun and Portals is performed via [dRPC](https://github.com/storj/drpc), a lightweight, drop-in replacement for gRPC. All dRPC interactions travel on top of TLS1.3 and can be mutually authenticated ([mTLS](https://en.wikipedia.org/wiki/Mutual_authentication)). #### Language Definition -Speedrun supports a flexible yet simple expression language to filter Service Discovery results, it's based on [antonmedv/expr](https://github.com/antonmedv/expr). Full language definition can be found [here](https://github.com/antonmedv/expr/blob/master/docs/Language-Definition.md). +Speedrun supports a flexible yet simple expression language to filter Service Discovery results (`--target`), it's based on [antonmedv/expr](https://github.com/antonmedv/expr). Full language definition can be found [here](https://github.com/antonmedv/expr/blob/master/docs/Language-Definition.md). #### Plugins TODO