From d8ee20086bbd53d98e0225279de6d7fd90a6a453 Mon Sep 17 00:00:00 2001 From: fly Date: Sat, 8 May 2021 05:58:31 +0000 Subject: [PATCH] README: Make regex apply to NEOs as well Signed-off-by: fly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34e45e2b..b9b3eee5 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ For the FO Sidestick, use `side=2` If you only want these bindings for the A320 family, add the following to the script: ``` -if (string.match(getprop("/sim/aero"), "A3[12][0189]-*")) +if (string.match(getprop("/sim/aero"), "A3[12][0189]*")) { }