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 "