From 1aeaa4a59869b0609f08fcddfa5e29e39a2e5bd0 Mon Sep 17 00:00:00 2001 From: turborium <45082001+turborium@users.noreply.github.com> Date: Sat, 11 Nov 2023 15:41:26 +0400 Subject: [PATCH] Update readme.md --- Pascal/Test/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pascal/Test/readme.md b/Pascal/Test/readme.md index b80cfc6..ce4749f 100644 --- a/Pascal/Test/readme.md +++ b/Pascal/Test/readme.md @@ -20,7 +20,7 @@ Check:```Test.32.exe -size medium -parser pure``` Benchmark:```Test.32.exe -benchmark``` Benchmark with C version:```Test.32.exe -benchmark -c``` -To check your DLL place DLL and set ```-dll``` and ```-name``` params. +To check your DLL place DLL and set ```-dll``` and ```-function``` params. **For example:** Check *rust32.dll*: ```Test.32.exe -size medium -dll rust32.dll -function parse_float``` Check *rust64.dll*: ```Test.64.exe -size medium -dll rust64.dll -function parse_float```