docs: update README

This commit is contained in:
2026-04-16 19:06:07 +03:30
parent 93fddacfc2
commit 636de18d6c
-6
View File
@@ -65,12 +65,6 @@ If you're behind a firewall or have restricted internet access, configure Maven
<url>https://maven.devneeds.ir/</url>
<mirrorOf>central</mirrorOf>
</mirror>
<mirror>
<id>local-maven-mirror</id>
<name>Local Maven Mirror</name>
<url>https://mirror-maven.runflare.com/maven2</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
</settings>
```