diff --git a/README.md b/README.md
index 9ba3c93a..9de34a0c 100644
--- a/README.md
+++ b/README.md
@@ -39,11 +39,12 @@
πΊοΈ Supports 2x2, 4x4, 8x8, 16x16 and any custom size maps
π Based on real-world data from OpenStreetMap
-ποΈ Generates height using SRTM dataset
+ποΈ Generates height map using SRTM dataset
π¦ Provides a ready-to-use map template for the Giants Editor
π Supports Farming Simulator 22 and 25
π· Generates *.obj files for background terrain based on the real-world height map
π Generates scripts to download high-resolution satellite images from [QGIS](https://qgis.org/download/) in one click
+π Detailed [documentation](/docs) and tutorials
π§° Modder Toolbox to help you with various tasks
πΎ Automatically generates fields π
π½ Automatically generates farmlands π
diff --git a/webui/templates.py b/webui/templates.py
index a5b64304..aa6a74a7 100644
--- a/webui/templates.py
+++ b/webui/templates.py
@@ -17,7 +17,7 @@ class Messages:
"πΈ Maximum map size is 2048x2048 meters. \n"
"πΈ Background terrain will not be generated. \n"
"πΈ Advanced settings are disabled. \n"
- "πΈ Texure dissolving is disabled (they will look worse). \n \n"
+ "πΈ Texture dissolving is disabled (they will look worse). \n \n"
"If you run the application locally, you won't have any of these limitations "
"and will be able to generate maps of any size with any settings you want and nice looking textures. \n"
"Learn more about the Docker version in the repo's "