From 8e839d1d48630379688f5011cc706f619f11c28c Mon Sep 17 00:00:00 2001 From: Lucifer-02 <84069686+Lucifer-02@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:54:12 +0700 Subject: [PATCH] Fix some typos (#73) * fix typos --------- Co-authored-by: HOANGNLV.HO --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index facd609..17b0f46 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ In cases the results need to be written in a custom format or in another system Write a Go plugin (see an example in examples/plugins/example_writeR.go) -compile it using (for linux: +Compile it using (for Linux): ``` go build -buildmode=plugin -tags=plugin -o ~/mytest/plugins/example_writer.so examples/plugins/example_writer.go