diff --git a/README.md b/README.md
index df61d92..57cc4a4 100644
--- a/README.md
+++ b/README.md
@@ -189,7 +189,7 @@ ________________________________________________________________________________
jdownloader2 Server LXC
-To create a new Jellyfin Server LXC, run the following in the Proxmox web shell.
+To create a new jdownloader2 Server LXC, run the following in the Proxmox web shell.
```
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/ct/jdownloader2_container.sh)"
@@ -206,6 +206,25 @@ Run from the LXC console and follow the instructions:
sudo -u jdown2 java -jar /opt/jdown2/JDownloader.jar -norestart
```
+____________________________________________________________________________________________
+
+
+
+
+Language Server LXC
+
+ LanguageTool Server LXC
+
+To create a new LanguageTool Server LXC, run the following in the Proxmox web shell.
+
+```
+bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/ct/languagetool_container.sh)"
+```
+Default Settings: 2GB RAM - 64GB Storage - 2vCPU
+
+After the script completes, If you're dissatisfied with the default settings, click on the LXC, then on the **_Resources_** tab and change the **_Memory_**, **_Cores_** and **_Root D>
+
+
____________________________________________________________________________________________
diff --git a/ct/languagetool_container.sh b/ct/languagetool_container.sh
index 8e214c9..2c48adb 100644
--- a/ct/languagetool_container.sh
+++ b/ct/languagetool_container.sh
@@ -154,4 +154,4 @@ pct push $CTID languagetool_setup.sh /languagetool_setup.sh -perms 755
pct exec $CTID /languagetool_setup.sh
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
-info "Successfully created a LanguageTool LXC Container to $CTID at IP Address ${IP}"
+info "Successfully created a LanguageTool LXC Container to $CTID at IP Address ${IP}:8081/v2"