From 22dcce06ab7f8a5f07df7a0c4b869967d6e868a3 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 19 Oct 2024 17:39:37 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4831c44..24e8887 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ For example, build a simple web debugging proxy on the shared servers. This project supports two modes of connection. The default is stateless. You can use the stateful mode to avoid being constrained by transfer capacity limits. See the [Stateful mode (catswords-oss.rdbl.io)](https://catswords-oss.rdbl.io/1155378128/5211324242). ### Connector extensions -This project supports the implementation of Connector extensions. The provided basic examples include implementations of web archives (caches) and serial communication as Connector extensions. +This project supports the implementation of Connector extensions. The provided basic examples include implementations of web archives (caches) and serial communication as Connector extensions. Go to the [caterpillar-plugins repository (github.com)](https://github.com/gnh1201/caterpillar-plugins) ## (Optional) Before to use If you have a server that ***will be parasitized*** and you want to proxy it, you should upload the `index.php` file to a shared server. The index.php file is located in the `assets/php` directory within this repository.