From a65f47ed06c288eacd75fb747b5f8b28d5eda884 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Thu, 10 Aug 2023 11:09:50 +0300 Subject: [PATCH] rdm fx --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33e979d..8907c90 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ char *pr_rgbled(char *arglist, char *res, int *reslen) { return res; /* return the result pointer */ } ``` -Then you can register this primitive with `nnt_regprimitive("rgb", &pr_rgbled);` in your main C code, and then, calling `#(rgb,43,67,133)` in your script will return the string `R=43, G=67, B=133` if the API succeeds. +Then you can register this primitive with `nnt_regprimitive("rgb", &pr_rgbled);` in your main C code, and then, calling `##(rgb,43,67,133)` in your script will return the string `R=43, G=67, B=133` if the API succeeds. ## FAQ