From 048af7c4f7ad9946970d3b4ebde34e2cacc6f1f7 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 14 Aug 2023 15:32:40 +0800 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf224bcb..d11c64c6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DolphinDB Plugin -DolphinDB plugins currently have release200, release130, release120 and release110. Each plugin version corresponds to a DolphinDB server version. Please refer to the corresponding branch according to the server version you are using. +DolphinDB plugins currently have release200, release130, release120 and release110. Each plugin version corresponds to a DolphinDB server version. Please refer to the corresponding branch according to the server version you are using.If you want to make contributions to this project, please use branch rlease200. DolphinDB database supports dynamic loading of external plugins to extend system functionality. The plug-in can be written in C++, and it needs to be compiled into ".so" shared libraries or ".dll" shared library files.