From 01ac320de8852d120e67e823495694edb7a2bed7 Mon Sep 17 00:00:00 2001 From: AbdulRehman Date: Wed, 17 Sep 2025 11:16:38 +0500 Subject: [PATCH] Better README! Fixed discord link as well (#6351) * Better README! --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 262456b6a..344418602 100644 --- a/Readme.md +++ b/Readme.md @@ -23,14 +23,14 @@ Additionally, assimp features various __mesh post-processing tools__: normals an Read [our latest documentation](https://the-asset-importer-lib-documentation.readthedocs.io/en/latest/). ### Pre-built binaries ### -Download binaries from [our Itchi Projectspace](https://kimkulling.itch.io/the-asset-importer-lib). +Download binaries from [our Itch Projectspace](https://kimkulling.itch.io/the-asset-importer-lib). ### Test data ### -Clone [our model database](https://github.com/assimp/assimp-mdb). +Clone [our model database for testing purposes](https://github.com/assimp/assimp-mdb). ### Communities ### - Ask questions at [the Assimp Discussion Board](https://github.com/assimp/assimp/discussions). -- Find us on [https://discord.gg/s9KJfaem](https://discord.gg/kKazXMXDy2) +- Find us on [discord](https://discord.gg/kKazXMXDy2) - Ask [the Assimp community on Reddit](https://www.reddit.com/r/Assimp/). - Ask on [StackOverflow with the assimp-tag](http://stackoverflow.com/questions/tagged/assimp?sort=newest). - Nothing has worked? File a question or an issue report at [The Assimp-Issue Tracker](https://github.com/assimp/assimp/issues) @@ -83,7 +83,7 @@ The source code is organized in the following way: code/AssetLib/ Implementation for import and export of the format ### Contributing ### -I would greatly appreciate contributing to assimp. The easiest way to get involved is to submit +We would greatly appreciate for you to contribute to assimp. The easiest way to get involved is to submit a pull request with your changes against the main repository's `master` branch. ## Contributors