summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/socks/docs/examples/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/socks/docs/examples/index.md')
-rw-r--r--deps/npm/node_modules/socks/docs/examples/index.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/deps/npm/node_modules/socks/docs/examples/index.md b/deps/npm/node_modules/socks/docs/examples/index.md
new file mode 100644
index 0000000000..87bfe250e2
--- /dev/null
+++ b/deps/npm/node_modules/socks/docs/examples/index.md
@@ -0,0 +1,17 @@
+# socks examples
+
+## TypeScript Examples
+
+[Connect command](typescript/connectExample.md)
+
+[Bind command](typescript/bindExample.md)
+
+[Associate command](typescript/associateExample.md)
+
+## JavaScript Examples
+
+[Connect command](javascript/connectExample.md)
+
+[Bind command](javascript/bindExample.md)
+
+[Associate command](javascript/associateExample.md) \ No newline at end of file