diff --git a/WelsonJS.Toolkit/WelsonJS.Toolkit/WelsonJS.Toolkit.nuspec b/WelsonJS.Toolkit/WelsonJS.Toolkit/WelsonJS.Toolkit.nuspec
index 61ee9b1..887d5cc 100644
--- a/WelsonJS.Toolkit/WelsonJS.Toolkit/WelsonJS.Toolkit.nuspec
+++ b/WelsonJS.Toolkit/WelsonJS.Toolkit/WelsonJS.Toolkit.nuspec
@@ -8,6 +8,7 @@
false
GPL-3.0-only
logo.png
+ README.md
https://github.com/gnh1201/welsonjs
Native toolkit for WelsonJS framework-based RPA applications.
Updated release
@@ -16,5 +17,6 @@
+
\ No newline at end of file
diff --git a/WelsonJS.Toolkit/WelsonJS.Toolkit/assets/docs/README.md b/WelsonJS.Toolkit/WelsonJS.Toolkit/assets/docs/README.md
new file mode 100644
index 0000000..d1e6549
--- /dev/null
+++ b/WelsonJS.Toolkit/WelsonJS.Toolkit/assets/docs/README.md
@@ -0,0 +1,17 @@
+# WelsonJS.Toolkit
+
+WelsonJS.Toolkit is a native toolkit for WelsonJS. Of course, it can also be used in other projects.
+
+This library supports COM and provides the following features:
+
+* Access and control Windows handles
+* Send keyboard and mouse click commands to Windows handles
+* Use Named Shared Memory
+* Read and modify INI files
+* Encryption (HIGHT)
+* Compression (LZ77)
+* Bitmap handling
+
+For more details, refer to the [WelsonJS Documentation](https://catswords-oss.rdbl.io/5719744820/5330609327).
+
+Source code available: https://github.com/gnh1201/welsonjs